Package ea.actor

Class PrismaticJoint

java.lang.Object
ea.actor.Joint<org.jbox2d.dynamics.joints.PrismaticJoint>
ea.actor.PrismaticJoint

public final class PrismaticJoint extends Joint<org.jbox2d.dynamics.joints.PrismaticJoint>
  • Constructor Details

    • PrismaticJoint

      public PrismaticJoint()
  • Method Details

    • setMaximumMotorForce

      @API public void setMaximumMotorForce(float maximumMotorForce)
    • getMaximumMotorForce

      @API public float getMaximumMotorForce()
    • getLowerLimit

      @API public float getLowerLimit()
    • setLowerLimit

      @API public void setLowerLimit(float lowerLimit)
    • getUpperLimit

      @API public float getUpperLimit()
    • setUpperLimit

      @API public void setUpperLimit(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)
    • setLimits

      @API public void setLimits(float lower, float upper)
    • getTranslation

      @API public float getTranslation()