Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp151 OHOS::Rosen::TransformHelper::CreateLookAt(eye, target, up); in WindowUtilMathFuzzPart2()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_math.h231 Matrix4 CreateLookAt(const Vector3& eye, const Vector3& target, const Vector3& up);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp274 Matrix4 CreateLookAt(const Vector3& eye, const Vector3& target, const Vector3& up) in CreateLookAt() function
H A Dwindow_property.cpp140 transformMat_ *= TransformHelper::CreateLookAt(cameraPos, in HandleComputeTransform()