Class PxJointLimitCone


public class PxJointLimitCone extends PxJointLimitParameters
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxJointLimitCone

      protected PxJointLimitCone()
    • PxJointLimitCone

      protected PxJointLimitCone(long address)
    • PxJointLimitCone

      public PxJointLimitCone(float yLimitAngle, float zLimitAngle, PxSpring spring)
      Parameters:
      yLimitAngle - WebIDL type: float
      zLimitAngle - WebIDL type: float
      spring - WebIDL type: PxSpring [Const, Ref]
  • Method Details

    • wrapPointer

      public static PxJointLimitCone wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getYAngle

      public float getYAngle()
      Returns:
      WebIDL type: float
    • setYAngle

      public void setYAngle(float value)
      Parameters:
      value - WebIDL type: float
    • getZAngle

      public float getZAngle()
      Returns:
      WebIDL type: float
    • setZAngle

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