Class PxJointLinearLimitPair


public class PxJointLinearLimitPair extends PxJointLimitParameters
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxJointLinearLimitPair

      protected PxJointLinearLimitPair()
    • PxJointLinearLimitPair

      protected PxJointLinearLimitPair(long address)
    • PxJointLinearLimitPair

      public PxJointLinearLimitPair(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 PxJointLinearLimitPair wrapPointer(long address)
    • arrayGet

      public static PxJointLinearLimitPair 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