java.lang.Object
physx.vehicle2.PxVehicleAckermannParams.Raw
- Enclosing class:
- PxVehicleAckermannParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetStrength(long address) static floatgetTrackWidth(long address) static floatgetWheelBase(long address) static intgetWheelIds(long address, int index) static booleanisValid(long address, long axleDesc) static longstatic voidsetStrength(long address, float value) static voidsetTrackWidth(long address, float value) static voidsetWheelBase(long address, float value) static voidsetWheelIds(long address, int index, int value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleAckermannParams
public static long PxVehicleAckermannParams() -
destroy
public static void destroy(long address) -
getWheelIds
public static int getWheelIds(long address, int index) -
setWheelIds
public static void setWheelIds(long address, int index, int value) -
getWheelBase
public static float getWheelBase(long address) -
setWheelBase
public static void setWheelBase(long address, float value) -
getTrackWidth
public static float getTrackWidth(long address) -
setTrackWidth
public static void setTrackWidth(long address, float value) -
getStrength
public static float getStrength(long address) -
setStrength
public static void setStrength(long address, float value) -
isValid
public static boolean isValid(long address, long axleDesc) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-