Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.h33 namespace CameraMatrixUtil {
H A Dpicking.cpp262 … Math::Inverse(CameraMatrixUtil::CalculateProjectionMatrix(cameraComponent, isCameraNegative)); in ScreenToWorld()
336 …Math::Mat4X4 viewToProj = CameraMatrixUtil::CalculateProjectionMatrix(cameraComponent, isCameraNeg… in WorldToScreen()
H A Dscene_util.cpp62 namespace CameraMatrixUtil { namespace
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1864 … const auto proj = CameraMatrixUtil::CalculateProjectionMatrix(component, isCameraNegative); in ProcessCameras()