|
Vector3ToArray Method
|
Returns array representation of the vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function ToArray As Single()
Request Example
View SourceReturn Value
Type:
SingleArray with 3 values containing X/Y/Z coordinates.
See Also