Matrix2x4::SetInverse

Matrix2x4::SetInverse
SF_EXPORT void SetInverse(const Matrix2x4& m);
Description

SetInverse sets the matrix to the inverse of the passed matrix.

Parameters
Parameters 
Description 
const Matrix2x4& m 
Matrix to inverse.