Click or drag to resize
Accord.NET (logo)

Vector4 Constructor (Single, Single, Single, Single)

Initializes a new instance of the Vector4 structure.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Vector4(
	float x,
	float y,
	float z,
	float w
)
Request Example View Source

Parameters

x
Type: SystemSingle
X coordinate of the vector.
y
Type: SystemSingle
Y coordinate of the vector.
z
Type: SystemSingle
Z coordinate of the vector.
w
Type: SystemSingle
W coordinate of the vector.
See Also