Package physx.physics

Class PxSpatialForce

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

public class PxSpatialForce extends NativeObject
  • 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()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setForce

      public void setForce(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getTorque

      public PxVec3 getTorque()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setTorque

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