_bodyA | cugl::physics2::Joint | protected |
_bodyB | cugl::physics2::Joint | protected |
_collideConnected | cugl::physics2::Joint | protected |
_dirty | cugl::physics2::Joint | protected |
_joint | cugl::physics2::Joint | protected |
_remove | cugl::physics2::Joint | protected |
_type | cugl::physics2::Joint | protected |
activatePhysics(b2World &world) override | cugl::physics2::PulleyJoint | virtual |
alloc() | cugl::physics2::PulleyJoint | inlinestatic |
allocWithObstacles(const std::shared_ptr< Obstacle > &obsA, const std::shared_ptr< Obstacle > &obsB) | cugl::physics2::PulleyJoint | inlinestatic |
allocWithObstacles(const std::shared_ptr< Obstacle > &obsA, const std::shared_ptr< Obstacle > &obsB, const Vec2 groundA, const Vec2 groundB) | cugl::physics2::PulleyJoint | inlinestatic |
deactivatePhysics(b2World &world) | cugl::physics2::Joint | inline |
getCollideConnected() | cugl::physics2::Joint | inline |
getGroundAnchorA() const | cugl::physics2::PulleyJoint | inline |
getGroundAnchorB() const | cugl::physics2::PulleyJoint | inline |
getJoint() | cugl::physics2::Joint | inline |
getLengthA() const | cugl::physics2::PulleyJoint | inline |
getLengthB() const | cugl::physics2::PulleyJoint | inline |
getLocalAnchorA() const | cugl::physics2::PulleyJoint | inline |
getLocalAnchorB() const | cugl::physics2::PulleyJoint | inline |
getObstacleA() | cugl::physics2::Joint | inline |
getObstacleB() | cugl::physics2::Joint | inline |
getRatio() const | cugl::physics2::PulleyJoint | inline |
getType() const | cugl::physics2::Joint | inline |
init() | cugl::physics2::Joint | inline |
initWithObstacles(const std::shared_ptr< Obstacle > &obsA, const std::shared_ptr< Obstacle > &obsB) override | cugl::physics2::PulleyJoint | virtual |
initWithObstacles(const std::shared_ptr< Obstacle > &obsA, const std::shared_ptr< Obstacle > &obsB, const Vec2 groundA, const Vec2 groundB) | cugl::physics2::PulleyJoint | |
isDirty() const | cugl::physics2::Joint | inline |
isRemoved() const | cugl::physics2::Joint | inline |
Joint() | cugl::physics2::Joint | |
markDirty(bool value) | cugl::physics2::Joint | inline |
markRemoved(bool value) | cugl::physics2::Joint | inline |
PulleyJoint() | cugl::physics2::PulleyJoint | |
release() | cugl::physics2::Joint | |
setCollideConnected(bool flag) | cugl::physics2::Joint | inline |
setGroundAnchorA(const Vec2 point) | cugl::physics2::PulleyJoint | inline |
setGroundAnchorA(float x, float y) | cugl::physics2::PulleyJoint | inline |
setGroundAnchorB(const Vec2 point) | cugl::physics2::PulleyJoint | inline |
setGroundAnchorB(float x, float y) | cugl::physics2::PulleyJoint | inline |
setLengthA(float value) | cugl::physics2::PulleyJoint | inline |
setLengthB(float value) | cugl::physics2::PulleyJoint | inline |
setLocalAnchorA(const Vec2 point) | cugl::physics2::PulleyJoint | inline |
setLocalAnchorA(float x, float y) | cugl::physics2::PulleyJoint | inline |
setLocalAnchorB(const Vec2 point) | cugl::physics2::PulleyJoint | inline |
setLocalAnchorB(float x, float y) | cugl::physics2::PulleyJoint | inline |
setObstacleA(const std::shared_ptr< Obstacle > &obs) | cugl::physics2::Joint | inline |
setObstacleB(const std::shared_ptr< Obstacle > &obs) | cugl::physics2::Joint | inline |
setRatio(float value) | cugl::physics2::PulleyJoint | inline |
~Joint() | cugl::physics2::Joint | virtual |