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

Vector4D.Vector4D Constructor

C#
public Vector4D(Vector3D value, double w)

Constructs a Vector4D from the given Vector3D and a W component.

Parameters

[Vector3D] value

The vector to use as the X, Y, and Z components.

[double] w

The W component.