Package physx.physics

Class PxSpatialVelocity

    • Constructor Detail

      • PxSpatialVelocity

        protected PxSpatialVelocity()
      • PxSpatialVelocity

        protected PxSpatialVelocity​(long address)
    • Method Detail

      • destroy

        public void destroy()
      • getLinear

        public PxVec3 getLinear()
        Returns:
        WebIDL type: PxVec3 [Value]
      • setLinear

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

        public PxVec3 getAngular()
        Returns:
        WebIDL type: PxVec3 [Value]
      • setAngular

        public void setAngular​(PxVec3 value)
        Parameters:
        value - WebIDL type: PxVec3 [Value]