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

Vector3D.Vector3D Constructor

C#
public Vector3D(Vector4D value)

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

Parameters

[Vector4D] value

The Vector to extract X, Y and Z components from.