Class PxJointAngularLimitPair


public class PxJointAngularLimitPair extends PxJointLimitParameters
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxJointAngularLimitPair

      protected PxJointAngularLimitPair()
    • PxJointAngularLimitPair

      protected PxJointAngularLimitPair(long address)
    • PxJointAngularLimitPair

      public PxJointAngularLimitPair(float lowerLimit, float upperLimit, PxSpring spring)
      Parameters:
      lowerLimit - WebIDL type: float
      upperLimit - WebIDL type: float
      spring - WebIDL type: PxSpring [Const, Ref]
  • Method Details

    • wrapPointer

      public static PxJointAngularLimitPair wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getUpper

      public float getUpper()
      Returns:
      WebIDL type: float
    • setUpper

      public void setUpper(float value)
      Parameters:
      value - WebIDL type: float
    • getLower

      public float getLower()
      Returns:
      WebIDL type: float
    • setLower

      public void setLower(float value)
      Parameters:
      value - WebIDL type: float