get_inverse
Description:
Gets the inverse transform of a given matrix and uses it to initialize a new Matrix.
Note:
Although the first parameter is annotated as const to indicate that the transform it represents isn't modified this function may technically save a copy of the inverse transform within the given Matrix so that subsequent requests for the inverse transform may avoid costly inversion calculations.
Parameters:
this |
A 4x4 transformation matrix |
inverse |
The destination for a 4x4 inverse transformation matrix |
Returns:
|