public class PxVehicleTireLoadFilterData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleTireLoadFilterData() |
protected |
PxVehicleTireLoadFilterData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getDenominator() |
float |
getMMaxFilteredNormalisedLoad() |
float |
getMMaxNormalisedLoad() |
float |
getMMinFilteredNormalisedLoad() |
float |
getMMinNormalisedLoad() |
void |
setMMaxFilteredNormalisedLoad(float value) |
void |
setMMaxNormalisedLoad(float value) |
void |
setMMinFilteredNormalisedLoad(float value) |
void |
setMMinNormalisedLoad(float value) |
static PxVehicleTireLoadFilterData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleTireLoadFilterData(long address)
public PxVehicleTireLoadFilterData()
public static PxVehicleTireLoadFilterData wrapPointer(long address)
public void destroy()
public float getMMinNormalisedLoad()
public void setMMinNormalisedLoad(float value)
value - WebIDL type: floatpublic float getMMinFilteredNormalisedLoad()
public void setMMinFilteredNormalisedLoad(float value)
value - WebIDL type: floatpublic float getMMaxNormalisedLoad()
public void setMMaxNormalisedLoad(float value)
value - WebIDL type: floatpublic float getMMaxFilteredNormalisedLoad()
public void setMMaxFilteredNormalisedLoad(float value)
value - WebIDL type: floatpublic float getDenominator()