Searched refs:inversePerspectiveMatrix (Results 1 – 2 of 2) sorted by relevance
500 Matrix4 inversePerspectiveMatrix = Matrix4::Invert(perspectiveMatrix); in DecomposeTransform() local501 Matrix4 transposedInversePerspectiveMatrix = inversePerspectiveMatrix; in DecomposeTransform()
755 const Mat4X4 inversePerspectiveMatrix = Inverse(perspectiveMatrix, determinant); in BASE_BEGIN_NAMESPACE() local760 const Mat4X4 transposedInversePerspectiveMatrix = Transpose(inversePerspectiveMatrix); in BASE_BEGIN_NAMESPACE()