Click or drag to resize
Accord.NET (logo)

Vector3 Constructor (Single, Single, Single)

Initializes a new instance of the Vector3 structure.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Vector3(
	float x,
	float y,
	float z
)
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.
See Also