Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
jop::Transform Member List

This is the complete list of members for jop::Transform, including all inherited members.

Frontjop::Transformstatic
getMatrix()jop::Transform
getMatrix() const jop::Transform
IdentityMatrixjop::Transformstatic
m_matrixjop::Transformprotected
operator*(const Transform &right) const jop::Transform
operator*=(const Transform &right)jop::Transform
Rightjop::Transformstatic
rotate(const glm::quat &rotation)jop::Transform
scale(const glm::vec3 &scale)jop::Transform
Transform()jop::Transform
Transform(const glm::mat4 &matrix)jop::Transformexplicit
transformBounds(glm::vec3 &min, glm::vec3 &max) const jop::Transform
translate(const glm::vec3 &translation)jop::Transform
Upjop::Transformstatic