Returns array representation of the vector.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float[] ToArray()

Return Value

Array with 3 values containing X/Y/Z coordinates.

See Also