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

Vector2D.Vector2D Constructor

C#
public Vector2D(Vector4D value)

Constructs a Vector3D from the given Vector4D by remove the last components.

Parameters

[Vector4D] value

The Vector to extract X and Y components from.