Package pi.physics.joints
Class PrismaticJoint
java.lang.Object
pi.physics.joints.Joint<de.pirckheimer_gymnasium.jbox2d.dynamics.joints.PrismaticJoint>
pi.physics.joints.PrismaticJoint
public final class PrismaticJoint
extends Joint<de.pirckheimer_gymnasium.jbox2d.dynamics.joints.PrismaticJoint>
Eine Federverbindung.
- Author:
- Michael Andonie, Niklas Keller
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class pi.physics.joints.Joint
Joint.JointRegistration<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidlimitEnabled(boolean limitEnabled) voidlimits(double lower, double upper) doublevoidlowerLimit(double lowerLimit) doublevoidmaximumMotorForce(double maximumMotorForce) voidmotorEnabled(boolean motorEnabled) doublevoidmotorSpeed(double motorSpeed) doubleprotected voidupdateCustomProperties(de.pirckheimer_gymnasium.jbox2d.dynamics.joints.PrismaticJoint joint) doublevoidupperLimit(double upperLimit) Methods inherited from class pi.physics.joints.Joint
addReleaseListener, release
-
Constructor Details
-
PrismaticJoint
public PrismaticJoint()
-
-
Method Details
-
maximumMotorForce
-
maximumMotorForce
-
lowerLimit
-
lowerLimit
-
upperLimit
-
upperLimit
-
motorSpeed
-
motorSpeed
-
isMotorEnabled
-
motorEnabled
-
isLimitEnabled
-
limitEnabled
-
limits
-
translation
-
updateCustomProperties
protected void updateCustomProperties(de.pirckheimer_gymnasium.jbox2d.dynamics.joints.PrismaticJoint joint) - Specified by:
updateCustomPropertiesin classJoint<de.pirckheimer_gymnasium.jbox2d.dynamics.joints.PrismaticJoint>
-