Click or drag to resize
Accord.NET (logo)

Vector3 Constructor (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 value
)
Request Example View Source

Parameters

value
Type: SystemSingle
Value, which is set to all 3 coordinates of the vector.
See Also