Searched defs:fovy (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix_util.h | 467 static inline Mat4X4 PerspectiveLhZo(float fovy, float aspect, float zNear, float zFar) in PerspectiveLhZo() argument 496 static inline Mat4X4 PerspectiveRhZo(float fovy, float aspect, float zNear, float zFar) in PerspectiveRhZo() argument 507 static inline Mat4X4 PerspectiveLhNo(float fovy, float aspect, float zNear, float zFar) in PerspectiveLhNo() argument 536 static inline Mat4X4 PerspectiveRhNo(float fovy, float aspect, float zNear, float zFar) in PerspectiveRhNo() argument
|
Completed in 3 milliseconds