Home
last modified time | relevance | path

Searched refs:inversePerspectiveMatrix (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp489 Matrix4 inversePerspectiveMatrix = Matrix4::Invert(perspectiveMatrix); in ProcessMatrix() local
490 Matrix4 transposedInversePerspectiveMatrix = inversePerspectiveMatrix; in ProcessMatrix()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h755 const Mat4X4 inversePerspectiveMatrix = Inverse(perspectiveMatrix, determinant); in Decompose() local
760 const Mat4X4 transposedInversePerspectiveMatrix = Transpose(inversePerspectiveMatrix); in Decompose()

Completed in 3 milliseconds