Class PxControllerHit

    • Constructor Detail

      • PxControllerHit

        protected PxControllerHit()
      • PxControllerHit

        protected PxControllerHit​(long address)
    • Method Detail

      • wrapPointer

        public static PxControllerHit wrapPointer​(long address)
      • destroy

        public void destroy()
      • getWorldNormal

        public PxVec3 getWorldNormal()
        Returns:
        WebIDL type: PxVec3 [Value]
      • setWorldNormal

        public void setWorldNormal​(PxVec3 value)
        Parameters:
        value - WebIDL type: PxVec3 [Value]
      • getDir

        public PxVec3 getDir()
        Returns:
        WebIDL type: PxVec3 [Value]
      • setDir

        public void setDir​(PxVec3 value)
        Parameters:
        value - WebIDL type: PxVec3 [Value]
      • getLength

        public float getLength()
        Returns:
        WebIDL type: float
      • setLength

        public void setLength​(float value)
        Parameters:
        value - WebIDL type: float