Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::Matrix4x4 Member List

This is the complete list of members for AeonGames::Matrix4x4, including all inherited members.

Frustum(float aLeft, float aRight, float aBottom, float aTop, float aNear, float aFar)AeonGames::Matrix4x4
GetInvertedMatrix4x4()AeonGames::Matrix4x4
GetMatrix4x4() constAeonGames::Matrix4x4
GetRotationMatrix(float angle, float x, float y, float z)AeonGames::Matrix4x4static
IdentityAeonGames::Matrix4x4static
Invert()AeonGames::Matrix4x4
Matrix4x4()AeonGames::Matrix4x4
Matrix4x4(const Transform &aTransform)AeonGames::Matrix4x4
Matrix4x4(const float *const aMatrix)AeonGames::Matrix4x4
Matrix4x4(const std::initializer_list< const float > aList)AeonGames::Matrix4x4
mMatrixAeonGames::Matrix4x4protected
operator*=(const Matrix4x4 &lhs)AeonGames::Matrix4x4
operator[](size_t aIndex) constAeonGames::Matrix4x4
Ortho(float aLeft, float aRight, float aBottom, float aTop, float aNear, float aFar)AeonGames::Matrix4x4
Perspective(float aFieldOfVision, float aAspect, float aNear, float aFar)AeonGames::Matrix4x4
Rotate(float angle, float x, float y, float z)AeonGames::Matrix4x4
~Matrix4x4()AeonGames::Matrix4x4