Class PxVehicleTireSpeedState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireSpeedState

public class PxVehicleTireSpeedState extends NativeObject
PxVehicleTireSpeedState stores the components of the instantaneous velocity of the rigid body at the tire contact point projected along the lateral and longitudinal axes of the tire.
See Also:
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTireSpeedState

      protected PxVehicleTireSpeedState(long address)
    • PxVehicleTireSpeedState

      public PxVehicleTireSpeedState()
  • Method Details

    • wrapPointer

      public static PxVehicleTireSpeedState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getSpeedStates

      public float getSpeedStates(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: float
    • setSpeedStates

      public void setSpeedStates(int index, float value)
      Parameters:
      index - Array index
      value - WebIDL type: float
    • setToDefault

      public void setToDefault()