Package physx.vehicle
Class PxVehicleAckermannGeometryData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleAckermannGeometryData
-
public class PxVehicleAckermannGeometryData extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleAckermannGeometryData()protectedPxVehicleAckermannGeometryData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetMAccuracy()floatgetMAxleSeparation()floatgetMFrontWidth()floatgetMRearWidth()voidsetMAccuracy(float value)voidsetMAxleSeparation(float value)voidsetMFrontWidth(float value)voidsetMRearWidth(float value)static PxVehicleAckermannGeometryDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleAckermannGeometryData wrapPointer(long address)
-
destroy
public void destroy()
-
getMAccuracy
public float getMAccuracy()
- Returns:
- WebIDL type: float
-
setMAccuracy
public void setMAccuracy(float value)
- Parameters:
value- WebIDL type: float
-
getMFrontWidth
public float getMFrontWidth()
- Returns:
- WebIDL type: float
-
setMFrontWidth
public void setMFrontWidth(float value)
- Parameters:
value- WebIDL type: float
-
getMRearWidth
public float getMRearWidth()
- Returns:
- WebIDL type: float
-
setMRearWidth
public void setMRearWidth(float value)
- Parameters:
value- WebIDL type: float
-
getMAxleSeparation
public float getMAxleSeparation()
- Returns:
- WebIDL type: float
-
setMAxleSeparation
public void setMAxleSeparation(float value)
- Parameters:
value- WebIDL type: float
-
-