java.lang.Object
physx.vehicle2.PxVehicleAntiRollForceParams.Raw
- Enclosing class:
- PxVehicleAntiRollForceParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetStiffness(long address) static intgetWheel0(long address) static intgetWheel1(long address) static booleanisValid(long address, long axleDesc) static longstatic voidsetStiffness(long address, float value) static voidsetWheel0(long address, int value) static voidsetWheel1(long address, int value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleAntiRollForceParams
public static long PxVehicleAntiRollForceParams() -
destroy
public static void destroy(long address) -
getWheel0
public static int getWheel0(long address) -
setWheel0
public static void setWheel0(long address, int value) -
getWheel1
public static int getWheel1(long address) -
setWheel1
public static void setWheel1(long address, int value) -
getStiffness
public static float getStiffness(long address) -
setStiffness
public static void setStiffness(long address, float value) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale) -
isValid
public static boolean isValid(long address, long axleDesc)
-