|
HPC_Voxel_Engine 0.2.0
High-Performance C++ Voxel Engine
|
This is the complete list of members for Core::Mat4, including all inherited members.
| Identity() | Core::Mat4 | inlinestatic |
| LookAt(const Vec3 &eye, const Vec3 &tgt, const Vec3 &up) | Core::Mat4 | inlinestatic |
| m_fElements | Core::Mat4 | |
| Mat4() noexcept | Core::Mat4 | inline |
| operator*(const Mat4 &other) const | Core::Mat4 | inline |
| Orthographic(float left, float right, float bottom, float top, float nearplane, float farplane) | Core::Mat4 | inlinestatic |
| Perspective(float fov, float aspect, float nearplane, float farplane) | Core::Mat4 | inlinestatic |
| Scale(float scaleX, float scaleY, float scaleZ) | Core::Mat4 | inlinestatic |
| Translation(const Vec3 &translation) | Core::Mat4 | inlinestatic |
| Zero() | Core::Mat4 | inlinestatic |