Matrix2x4::GetAsFloat2x4

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

GetAsFloat2x4 returns the matrix as an array of floats.

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.