Searched refs:inverseProjection (Results 1 – 1 of 1) sorted by relevance
1058 const Math::Mat4X4 inverseProjection = Inverse(projection); in CalculateObliqueProjectionMatrix() local1060 const Math::Vec4 q = inverseProjection * Math::Vec4(Sgn(plane.x), Sgn(plane.y), 1.0f, 1.0f); in CalculateObliqueProjectionMatrix()