to_float
Description:
[ Version ( since = "1.0" ) ]
public void to_float (ref float[] v)
Converts a Matrix to an array of floating point values.
Parameters:
this |
a Matrix
|
v |
return location for an array of floating point values. The array must be capable of holding at least 16 values.
|