Class PrismaticJoint
java.lang.Object
de.pirckheimer_gymnasium.engine_pi.actor.Joint<org.jbox2d.dynamics.joints.PrismaticJoint>
de.pirckheimer_gymnasium.engine_pi.actor.PrismaticJoint
Eine Federverbindung.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.pirckheimer_gymnasium.engine_pi.actor.Joint
Joint.JointRegistration<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoublebooleanbooleanvoidsetLimitEnabled(boolean limitEnabled) voidsetLimits(double lower, double upper) voidsetLowerLimit(double lowerLimit) voidsetMaximumMotorForce(double maximumMotorForce) voidsetMotorEnabled(boolean motorEnabled) voidsetMotorSpeed(double motorSpeed) voidsetUpperLimit(double upperLimit) protected voidupdateCustomProperties(org.jbox2d.dynamics.joints.PrismaticJoint joint) Methods inherited from class de.pirckheimer_gymnasium.engine_pi.actor.Joint
addReleaseListener, getJoint, release, setJoint
-
Constructor Details
-
PrismaticJoint
public PrismaticJoint()
-
-
Method Details
-
setMaximumMotorForce
-
getMaximumMotorForce
-
getLowerLimit
-
setLowerLimit
-
getUpperLimit
-
setUpperLimit
-
getMotorSpeed
-
setMotorSpeed
-
isMotorEnabled
-
setMotorEnabled
-
isLimitEnabled
-
setLimitEnabled
-
setLimits
-
getTranslation
-
updateCustomProperties
protected void updateCustomProperties(org.jbox2d.dynamics.joints.PrismaticJoint joint) - Specified by:
updateCustomPropertiesin classJoint<org.jbox2d.dynamics.joints.PrismaticJoint>
-