Home | History | Annotate | Download | only in transforms

Lines Matching refs:inversePerspectiveMatrix

337         TransformationMatrix::Matrix4 inversePerspectiveMatrix, transposedInversePerspectiveMatrix;
338 inverse(perspectiveMatrix, inversePerspectiveMatrix);
339 transposeMatrix4(inversePerspectiveMatrix, transposedInversePerspectiveMatrix);