Matrix4x4::GetAsFloat2x4

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

GetASFloat2x4 copies the 2x4 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.