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

Vector4D.Vector4D Constructor

C#
public Vector4D(Vector2D value, double z, double w)

Constructs a Vector4D from the given Vector2D and a Z and W component.

Parameters

[Vector2D] value

The vector to use as the X and Y components.

[double] z

The Z component.

[double] w

The W component.