Voltray Engine Docs
Loading...
Searching...
No Matches
Mat4 Member List

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

dataMat4
Identity()Mat4static
Inverse() constMat4
LookAt(const Vec3 &eye, const Vec3 &center, const Vec3 &up)Mat4static
Mat4()Mat4
MultiplyVec3(const Vec3 &v) constMat4
MultiplyVec4(const Vec4 &v) constMat4
operator*(const Mat4 &other) constMat4
Orthographic(float left, float right, float bottom, float top, float near, float far)Mat4static
Perspective(float fovRadians, float aspect, float near, float far)Mat4static
RotateX(float angleRad)Mat4static
RotateY(float angleRad)Mat4static
RotateZ(float angleRad)Mat4static
Scale(const Vec3 &scale)Mat4static
Translate(const Vec3 &translation)Mat4static