Matrix4x4::GetAsFloat4x4

Matrix4x4::GetAsFloat4x4
inline void GetAsFloat4x4(float (*rows)[4]) const;
Description

GetAsFloat4x4 copies the 4x4 matrix into the array of 4 vectors (of size 4 elements each).

Parameters
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.