Matrix4x4::GetInverse

Matrix4x4::GetInverse
inline Matrix4x4<T> GetInverse() const;
Description

GetInverse returns the inverse of the passed matrix.

Return Value

The inverse of the passed matrix.