Matrix.toFloat

Converts a #graphene_matrix_t to an array of floating point values.

class Matrix
void
toFloat
(
out float[16] v
)

Parameters

v float[16]

return location for an array of floating point values. The array must be capable of holding at least 16 values.

Meta