Home
last modified time | relevance | path

Searched refs:OrthoRhZo (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp67 auto orthoProj = Math::OrthoRhZo(cameraComponent.xMag * -0.5f, cameraComponent.xMag * 0.5f, in CalculateProjectionMatrix()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h575 static inline Mat4X4 OrthoRhZo(float left, float right, float bottom, float top, float zNear, float zFar) in OrthoRhZo() function
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2125 camera.matrices.proj = Math::OrthoRhZo(-radius, radius, -radius, radius, 0.001f, radius * 2.0f);

Completed in 7 milliseconds