public class PxVehicleAckermannGeometryData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleAckermannGeometryData() |
protected |
PxVehicleAckermannGeometryData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getMAccuracy() |
float |
getMAxleSeparation() |
float |
getMFrontWidth() |
float |
getMRearWidth() |
void |
setMAccuracy(float value) |
void |
setMAxleSeparation(float value) |
void |
setMFrontWidth(float value) |
void |
setMRearWidth(float value) |
static PxVehicleAckermannGeometryData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleAckermannGeometryData(long address)
public PxVehicleAckermannGeometryData()
public static PxVehicleAckermannGeometryData wrapPointer(long address)
public void destroy()
public float getMAccuracy()
public void setMAccuracy(float value)
value - WebIDL type: floatpublic float getMFrontWidth()
public void setMFrontWidth(float value)
value - WebIDL type: floatpublic float getMRearWidth()
public void setMRearWidth(float value)
value - WebIDL type: floatpublic float getMAxleSeparation()
public void setMAxleSeparation(float value)
value - WebIDL type: float