Vector4 Constructor (Vector2, Single, Single)

Creates a new Vector4 object from the specified Vector2 object and a Z and a W component.

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

public:
Vector4(
	Vector2 value, 
	float z, 
	float w
)

Parameters

value
Type: System.Numerics::Vector2

The vector to use for the X and Y components.

z
Type: System::Single

The Z component.

w
Type: System::Single

The W component.

Show: