inline void GetAsFloat4x4(float (*rows)[4]) const;
GetAsFloat4x4 copies the 4x4 matrix into the array of 4 vectors (of size 4 elements each).
Parameters |
Description |
float (*rows) [4] |
A pointer to an array of 4 vectors, (of size 4 elements each), into which the matrix will be copied. |