Class PxPrismaticJoint


  • public class PxPrismaticJoint
    extends PxJoint
    • Constructor Detail

      • PxPrismaticJoint

        protected PxPrismaticJoint()
      • PxPrismaticJoint

        protected PxPrismaticJoint​(long address)
    • Method Detail

      • destroy

        public void destroy()
      • getPosition

        public float getPosition()
        Returns:
        WebIDL type: float
      • getVelocity

        public float getVelocity()
        Returns:
        WebIDL type: float
      • setPrismaticJointFlag

        public void setPrismaticJointFlag​(int flag,
                                          boolean value)
        Parameters:
        flag - WebIDL type: PxPrismaticJointFlagEnum [enum]
        value - WebIDL type: boolean
      • setProjectionLinearTolerance

        public void setProjectionLinearTolerance​(float tolerance)
        Parameters:
        tolerance - WebIDL type: float
      • getProjectionLinearTolerance

        public float getProjectionLinearTolerance()
        Returns:
        WebIDL type: float
      • setProjectionAngularTolerance

        public void setProjectionAngularTolerance​(float tolerance)
        Parameters:
        tolerance - WebIDL type: float
      • getProjectionAngularTolerance

        public float getProjectionAngularTolerance()
        Returns:
        WebIDL type: float