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

Vector2D.Vector2D Constructor

C#
public Vector2D(Vector3D value)

Constructs a Vector3D from the given Vector3D by remove the last component.

Parameters

[Vector3D] value

The Vector to extract X and Y components from.