Namespace: Rx.Net – Class: Vector3D – Assembly: Rx.Net

Vector3D.Vector3D Constructor

C#
public Vector3D(Vector2D value, double z)

Constructs a Vector3D from the given Vector2D and a third value.

Parameters

[Vector2D] value

The Vector to extract X and Y components from.

[double] z

The Z component.