Vector3 Constructor (Single, Single, Single)

Creates a vector whose elements have the specified values.

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

public:
Vector3(
	float x, 
	float y, 
	float z
)

Parameters

x
Type: System::Single

The value to assign to the X field.

y
Type: System::Single

The value to assign to the Y field.

z
Type: System::Single

The value to assign to the Z field.

Show: