Module de.fabmax.physxjni
Package physx.vehicle2
Class PxVehicleMultiWheelDriveDifferentialParams.Raw
java.lang.Object
physx.vehicle2.PxVehicleMultiWheelDriveDifferentialParams.Raw
- Enclosing class:
- PxVehicleMultiWheelDriveDifferentialParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetAveWheelSpeedRatios(long address, int index) static floatgetTorqueRatios(long address, int index) static booleanisValid(long address, long axleDesc) static longstatic voidPxVehicleMultiWheelDriveDifferentialParams_placed(long address) static voidsetAveWheelSpeedRatios(long address, int index, float value) static voidsetToDefault(long address) static voidsetTorqueRatios(long address, int index, float value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
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)
-