Matrix4x4::SetInverse

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

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

Parameters
Parameters 
Description 
const Matrix4x4& mIn 
Matrix to inverse.