Class RevoluteJoint
java.lang.Object
com.codename1.gaming.physics.box2d.dynamics.joints.Joint
com.codename1.gaming.physics.box2d.dynamics.joints.RevoluteJoint
-
Field Summary
FieldsFields inherited from class Joint
m_bodyA, m_bodyB, m_edgeA, m_edgeB, m_islandFlag, m_next, m_prev, m_userData, pool -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenableLimit(boolean flag) voidenableMotor(boolean flag) voidgetAnchorA(Vec2 argOut) voidgetAnchorB(Vec2 argOut) floatfloatfloatfloatfloatfloatgetMotorTorque(float inv_dt) voidgetReactionForce(float inv_dt, Vec2 argOut) floatgetReactionTorque(float inv_dt) floatfloatvoidbooleanbooleanvoidsetLimits(float lower, float upper) voidsetMaxMotorTorque(float torque) voidsetMotorSpeed(float speed) booleanvoidMethods inherited from class Joint
create, destroy, destructor, getBodyA, getBodyB, getCollideConnected, getNext, getType, getUserData, isActive, setUserData
-
Field Details
-
m_localAnchorA
-
m_localAnchorB
-
m_referenceAngle
protected float m_referenceAngle
-
-
Constructor Details
-
RevoluteJoint
-
-
Method Details
-
initVelocityConstraints
- Specified by:
initVelocityConstraintsin classJoint
-
solveVelocityConstraints
- Specified by:
solveVelocityConstraintsin classJoint
-
solvePositionConstraints
- Specified by:
solvePositionConstraintsin classJoint
-
getLocalAnchorA
-
getLocalAnchorB
-
getReferenceAngle
public float getReferenceAngle() -
getAnchorA
- Specified by:
getAnchorAin classJoint
-
getAnchorB
- Specified by:
getAnchorBin classJoint
-
getReactionForce
- Specified by:
getReactionForcein classJoint
-
getReactionTorque
public float getReactionTorque(float inv_dt) - Specified by:
getReactionTorquein classJoint
-
getJointAngle
public float getJointAngle() -
getJointSpeed
public float getJointSpeed() -
isMotorEnabled
public boolean isMotorEnabled() -
enableMotor
public void enableMotor(boolean flag) -
getMotorTorque
public float getMotorTorque(float inv_dt) -
setMotorSpeed
public void setMotorSpeed(float speed) -
setMaxMotorTorque
public void setMaxMotorTorque(float torque) -
getMotorSpeed
public float getMotorSpeed() -
getMaxMotorTorque
public float getMaxMotorTorque() -
isLimitEnabled
public boolean isLimitEnabled() -
enableLimit
public void enableLimit(boolean flag) -
getLowerLimit
public float getLowerLimit() -
getUpperLimit
public float getUpperLimit() -
setLimits
public void setLimits(float lower, float upper)
-