Class PxVehicleWheelLocalPose

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelLocalPose

public class PxVehicleWheelLocalPose extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleWheelLocalPose

      protected PxVehicleWheelLocalPose(long address)
    • PxVehicleWheelLocalPose

      public PxVehicleWheelLocalPose()
  • Method Details

    • wrapPointer

      public static PxVehicleWheelLocalPose wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getLocalPose

      public PxTransform getLocalPose()
      The pose of the wheel in the rigid body frame.
    • setLocalPose

      public void setLocalPose(PxTransform value)
      The pose of the wheel in the rigid body frame.
    • setToDefault

      public void setToDefault()