Package physx.physics

Class PxSpatialVelocity

java.lang.Object
physx.NativeObject
physx.physics.PxSpatialVelocity

public class PxSpatialVelocity extends NativeObject
Data structure to represent spatial velocities.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxSpatialVelocity

      protected PxSpatialVelocity()
    • PxSpatialVelocity

      protected PxSpatialVelocity(long address)
  • Method Details

    • wrapPointer

      public static PxSpatialVelocity wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getLinear

      public PxVec3 getLinear()
    • setLinear

      public void setLinear(PxVec3 value)
    • getAngular

      public PxVec3 getAngular()
    • setAngular

      public void setAngular(PxVec3 value)