HPC_Voxel_Engine 0.2.0
High-Performance C++ Voxel Engine
Loading...
Searching...
No Matches
Core::Mat4 Member List

This is the complete list of members for Core::Mat4, including all inherited members.

Identity()Core::Mat4inlinestatic
LookAt(const Vec3 &eye, const Vec3 &tgt, const Vec3 &up)Core::Mat4inlinestatic
m_fElementsCore::Mat4
Mat4() noexceptCore::Mat4inline
operator*(const Mat4 &other) constCore::Mat4inline
Orthographic(float left, float right, float bottom, float top, float nearplane, float farplane)Core::Mat4inlinestatic
Perspective(float fov, float aspect, float nearplane, float farplane)Core::Mat4inlinestatic
Scale(float scaleX, float scaleY, float scaleZ)Core::Mat4inlinestatic
Translation(const Vec3 &translation)Core::Mat4inlinestatic
Zero()Core::Mat4inlinestatic