Package physx.physics

Class PxSpatialForce

java.lang.Object
physx.NativeObject
physx.physics.PxSpatialForce

public class PxSpatialForce extends NativeObject
Data structure to represent spatial forces.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxSpatialForce

      protected PxSpatialForce()
    • PxSpatialForce

      protected PxSpatialForce(long address)
  • Method Details

    • wrapPointer

      public static PxSpatialForce wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getForce

      public PxVec3 getForce()
    • setForce

      public void setForce(PxVec3 value)
    • getTorque

      public PxVec3 getTorque()
    • setTorque

      public void setTorque(PxVec3 value)