![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
This is the complete list of members for jop::GearJoint, including all inherited members.
computeCenter() const | jop::Joint | protected |
defaultCenter(const glm::vec3 &jPos) const | jop::Joint | protected |
GearJoint(World &worldRef, RigidBody &bodyA, RigidBody &bodyB, const bool collide, const glm::vec3 &rotAxisA, const glm::vec3 &rotAxisB, const float ratio=1.f) | jop::GearJoint | |
getAxis(const bool bodyA=true) const | jop::GearJoint | |
getBody(RigidBody &body) const | jop::Joint | protected |
getID() const | jop::Joint | |
getRatio() const | jop::GearJoint | |
getWorld(World &world) const | jop::Joint | protected |
Joint(World &worldRef, RigidBody &bodyA, RigidBody &bodyB, const bool collide) | jop::Joint | |
m_bodyA | jop::Joint | |
m_bodyB | jop::Joint | |
m_collide | jop::Joint | protected |
m_ID | jop::Joint | protected |
m_joint | jop::Joint | protected |
m_worldRef | jop::Joint | |
setAxis(const glm::vec3 &axis, const bool bodyA=true) | jop::GearJoint | |
setID(const unsigned int id) | jop::Joint | |
setRatio(const float ratio) | jop::GearJoint | |
~Joint()=0 | jop::Joint | pure virtual |