Package ea.actor
Class RevoluteJoint
java.lang.Object
ea.actor.Joint<org.jbox2d.dynamics.joints.RevoluteJoint>
ea.actor.RevoluteJoint
-
Nested Class Summary
Nested classes/interfaces inherited from class ea.actor.Joint
Joint.JointRegistration<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
float
boolean
boolean
void
setLimitEnabled
(boolean limitEnabled) void
setLimits
(float lowerLimit, float upperLimit) void
setLowerLimit
(float lowerLimit) void
setMaximumMotorTorque
(float maximumMotorTorque) void
setMotorEnabled
(boolean motorEnabled) void
setMotorSpeed
(float motorSpeed) void
setUpperLimit
(float upperLimit) Methods inherited from class ea.actor.Joint
addReleaseListener, release, setJoint
-
Constructor Details
-
RevoluteJoint
public RevoluteJoint()
-
-
Method Details
-
setMaximumMotorTorque
@API public void setMaximumMotorTorque(float maximumMotorTorque) -
getMaximumMotorTorque
@API public float getMaximumMotorTorque() -
getLowerLimit
@API public float getLowerLimit() -
setLowerLimit
@API public void setLowerLimit(float lowerLimit) -
getUpperLimit
@API public float getUpperLimit() -
setUpperLimit
@API public void setUpperLimit(float upperLimit) -
setLimits
@API public void setLimits(float lowerLimit, float upperLimit) -
getMotorSpeed
@API public float getMotorSpeed() -
setMotorSpeed
@API public void setMotorSpeed(float motorSpeed) -
isMotorEnabled
@API public boolean isMotorEnabled() -
setMotorEnabled
@API public void setMotorEnabled(boolean motorEnabled) -
isLimitEnabled
@API public boolean isLimitEnabled() -
setLimitEnabled
@API public void setLimitEnabled(boolean limitEnabled)
-