Collapse All
Expand All
C#
AForge.NET Framework
Vector3
.
.
::
.
ToArray Method
Vector3 Structure
See Also
Send Feedback
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
Vector3 Structure
AForge.Math Namespace