Click or drag to resize
Accord.NET (logo)

Vector3ToArray Method

Returns array representation of the vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float[] ToArray()
Request Example View Source

Return Value

Type: Single
Array with 3 values containing X/Y/Z coordinates.
See Also