Home
last modified time | relevance | path

Searched refs:inverseProjection (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1058 const Math::Mat4X4 inverseProjection = Inverse(projection); in CalculateObliqueProjectionMatrix() local
1060 const Math::Vec4 q = inverseProjection * Math::Vec4(Sgn(plane.x), Sgn(plane.y), 1.0f, 1.0f); in CalculateObliqueProjectionMatrix()