java.lang.Object
physx.vehicle2.PxVehicleTorqueCurveLookupTable.Raw
- Enclosing class:
- PxVehicleTorqueCurveLookupTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddPair(long address, float x, float y) static voidclear(long address) static voiddestroy(long address) static floatinterpolate(long address, float x) static booleanisValid(long address) static long
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleTorqueCurveLookupTable
public static long PxVehicleTorqueCurveLookupTable() -
destroy
public static void destroy(long address) -
addPair
public static boolean addPair(long address, float x, float y) -
interpolate
public static float interpolate(long address, float x) -
clear
public static void clear(long address) -
isValid
public static boolean isValid(long address)
-