Class PulleyJointDef

java.lang.Object
com.codename1.gaming.physics.box2d.dynamics.joints.JointDef
com.codename1.gaming.physics.box2d.dynamics.joints.PulleyJointDef

public class PulleyJointDef extends JointDef
  • Field Details

    • groundAnchorA

      public Vec2 groundAnchorA
    • groundAnchorB

      public Vec2 groundAnchorB
    • localAnchorA

      public Vec2 localAnchorA
    • localAnchorB

      public Vec2 localAnchorB
    • lengthA

      public float lengthA
    • lengthB

      public float lengthB
    • ratio

      public float ratio
  • Constructor Details

    • PulleyJointDef

      public PulleyJointDef()
  • Method Details