Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp500 Matrix4 inversePerspectiveMatrix = Matrix4::Invert(perspectiveMatrix); in DecomposeTransform() local
501 Matrix4 transposedInversePerspectiveMatrix = inversePerspectiveMatrix; in DecomposeTransform()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h755 const Mat4X4 inversePerspectiveMatrix = Inverse(perspectiveMatrix, determinant); in BASE_BEGIN_NAMESPACE() local
760 const Mat4X4 transposedInversePerspectiveMatrix = Transpose(inversePerspectiveMatrix); in BASE_BEGIN_NAMESPACE()