Class PxD6JointDrive


public class PxD6JointDrive extends PxSpring
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxD6JointDrive

      protected PxD6JointDrive(long address)
    • PxD6JointDrive

      public PxD6JointDrive()
    • PxD6JointDrive

      public PxD6JointDrive(float driveStiffness, float driveDamping, float driveForceLimit)
      Parameters:
      driveStiffness - WebIDL type: float
      driveDamping - WebIDL type: float
      driveForceLimit - WebIDL type: float
    • PxD6JointDrive

      public PxD6JointDrive(float driveStiffness, float driveDamping, float driveForceLimit, boolean isAcceleration)
      Parameters:
      driveStiffness - WebIDL type: float
      driveDamping - WebIDL type: float
      driveForceLimit - WebIDL type: float
      isAcceleration - WebIDL type: boolean
  • Method Details

    • wrapPointer

      public static PxD6JointDrive wrapPointer(long address)
    • arrayGet

      public static PxD6JointDrive arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
      Overrides:
      destroy in class PxSpring
    • getForceLimit

      public float getForceLimit()
      Returns:
      WebIDL type: float
    • setForceLimit

      public void setForceLimit(float value)
      Parameters:
      value - WebIDL type: float
    • getFlags

      public PxD6JointDriveFlags getFlags()
      Returns:
      WebIDL type: PxD6JointDriveFlags [Value]
    • setFlags

      public void setFlags(PxD6JointDriveFlags value)
      Parameters:
      value - WebIDL type: PxD6JointDriveFlags [Value]