Class PxJointLimitParameters

    • Constructor Detail

      • PxJointLimitParameters

        protected PxJointLimitParameters()
      • PxJointLimitParameters

        protected PxJointLimitParameters​(long address)
    • Method Detail

      • getRestitution

        public float getRestitution()
        Returns:
        WebIDL type: float
      • setRestitution

        public void setRestitution​(float value)
        Parameters:
        value - WebIDL type: float
      • getBounceThreshold

        public float getBounceThreshold()
        Returns:
        WebIDL type: float
      • setBounceThreshold

        public void setBounceThreshold​(float value)
        Parameters:
        value - WebIDL type: float
      • getStiffness

        public float getStiffness()
        Returns:
        WebIDL type: float
      • setStiffness

        public void setStiffness​(float value)
        Parameters:
        value - WebIDL type: float
      • getDamping

        public float getDamping()
        Returns:
        WebIDL type: float
      • setDamping

        public void setDamping​(float value)
        Parameters:
        value - WebIDL type: float
      • getContactDistance

        public float getContactDistance()
        Returns:
        WebIDL type: float
      • setContactDistance

        public void setContactDistance​(float value)
        Parameters:
        value - WebIDL type: float
      • isValid

        public boolean isValid()
        Returns:
        WebIDL type: boolean
      • isSoft

        public boolean isSoft()
        Returns:
        WebIDL type: boolean