Level H Engine
Mat4 Member List

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

getInverse(Mat4 &matrix)Mat4
getMatrixArray()Mat4inline
getPos()Mat4inline
mMat4
Mat4()Mat4inline
Mat4(Vec4 v1, Vec4 v2, Vec4 v3, Vec4 v4)Mat4inline
operator+=(Mat4 mIn)Mat4inline
operator-=(Mat4 mIn)Mat4inline
rotate(Mat4 &matrix, Vec3 angle)Mat4
rotateAlongX(Mat4 &matrix, float angle)Mat4
rotateAlongY(Mat4 &matrix, float angle)Mat4
rotateAlongZ(Mat4 &matrix, float angle)Mat4
rotatePointAroundXAxis(Mat4 &matrix, Vec3 axisPoint, float angle)Mat4
rotatePointAroundYAxis(Mat4 &matrix, Vec3 axisPoint, float angle)Mat4
rotatePointAroundZAxis(Mat4 &matrix, Vec3 axisPoint, float angle)Mat4
scale(Mat4 &matrix, float sv)Mat4
scale(Mat4 &matrix, Vec3 &sv)Mat4
setAsIdentityMatrix()Mat4inline
setAsOrthogonalProjectionMatrix(float w, float h, float n, float f)Mat4inline
setAsPerspectiveMatrix(float fovy, float aspect, float n, float f)Mat4inline
setPos(Vec3 pv)Mat4inline
setPos(Mat4 &matrix, Vec3 pos)Mat4
translate(Mat4 &matrix, Vec3 tv)Mat4