Windows apps
Collapse the table of content
Expand the table of content

Vector4 Constructor (Vector3, Single)

Constructs a new Vector4 object from the specified Vector3 object and a W component.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
Vector4(
	Vector3 value, 
	float w
)

Parameters

value
Type: System.Numerics::Vector3

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

w
Type: System::Single

The W component.

Show:
© 2017 Microsoft