public class PxVehicleWheelData extends NativeObject
NativeObject.Allocator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF |
static int |
SIZEOF |
address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleWheelData() |
protected |
PxVehicleWheelData(long address) |
| Modifier and Type | Method and Description |
|---|---|
static PxVehicleWheelData |
createAt(long address) |
static <T> PxVehicleWheelData |
createAt(T allocator,
NativeObject.Allocator<T> allocate) |
void |
destroy() |
float |
getMDampingRate() |
float |
getMMass() |
float |
getMMaxBrakeTorque() |
float |
getMMaxHandBrakeTorque() |
float |
getMMaxSteer() |
float |
getMMOI() |
float |
getMRadius() |
float |
getMToeAngle() |
float |
getMWidth() |
void |
setMDampingRate(float value) |
void |
setMMass(float value) |
void |
setMMaxBrakeTorque(float value) |
void |
setMMaxHandBrakeTorque(float value) |
void |
setMMaxSteer(float value) |
void |
setMMOI(float value) |
void |
setMRadius(float value) |
void |
setMToeAngle(float value) |
void |
setMWidth(float value) |
static PxVehicleWheelData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static final int SIZEOF
public static final int ALIGNOF
protected PxVehicleWheelData(long address)
public PxVehicleWheelData()
public static PxVehicleWheelData wrapPointer(long address)
public static PxVehicleWheelData createAt(long address)
address - Pre-allocated memory, where the object is created.public static <T> PxVehicleWheelData createAt(T allocator, NativeObject.Allocator<T> allocate)
T - Allocator class, e.g. LWJGL's MemoryStack.allocator - Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate - Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.public void destroy()
public float getMRadius()
public void setMRadius(float value)
value - WebIDL type: floatpublic float getMWidth()
public void setMWidth(float value)
value - WebIDL type: floatpublic float getMMass()
public void setMMass(float value)
value - WebIDL type: floatpublic float getMMOI()
public void setMMOI(float value)
value - WebIDL type: floatpublic float getMDampingRate()
public void setMDampingRate(float value)
value - WebIDL type: floatpublic float getMMaxBrakeTorque()
public void setMMaxBrakeTorque(float value)
value - WebIDL type: floatpublic float getMMaxHandBrakeTorque()
public void setMMaxHandBrakeTorque(float value)
value - WebIDL type: floatpublic float getMMaxSteer()
public void setMMaxSteer(float value)
value - WebIDL type: floatpublic float getMToeAngle()
public void setMToeAngle(float value)
value - WebIDL type: float