Matrix3x4::SetInverse

Matrix3x4::SetInverse
void SetInverse(const Matrix3x4& mIn);
Description

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

Parameters
Parameters 
Description 
const Matrix3x4& mIn 
Matrix to inverse.