Class PxVehicleMultiWheelDriveDifferentialParams.Raw

java.lang.Object
physx.vehicle2.PxVehicleMultiWheelDriveDifferentialParams.Raw
Enclosing class:
PxVehicleMultiWheelDriveDifferentialParams

public static class PxVehicleMultiWheelDriveDifferentialParams.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehicleMultiWheelDriveDifferentialParams_placed

      public static void PxVehicleMultiWheelDriveDifferentialParams_placed(long address)
    • PxVehicleMultiWheelDriveDifferentialParams

      public static long PxVehicleMultiWheelDriveDifferentialParams()
    • destroy

      public static void destroy(long address)
    • getTorqueRatios

      public static float getTorqueRatios(long address, int index)
    • setTorqueRatios

      public static void setTorqueRatios(long address, int index, float value)
    • getAveWheelSpeedRatios

      public static float getAveWheelSpeedRatios(long address, int index)
    • setAveWheelSpeedRatios

      public static void setAveWheelSpeedRatios(long address, int index, float value)
    • setToDefault

      public static void setToDefault(long address)
    • transformAndScale

      public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
    • isValid

      public static boolean isValid(long address, long axleDesc)