Package physx.vehicle
Class PxVehicleWheelData
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleWheelData
-
public class PxVehicleWheelData 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleWheelData()protectedPxVehicleWheelData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()floatgetMDampingRate()floatgetMMass()floatgetMMaxBrakeTorque()floatgetMMaxHandBrakeTorque()floatgetMMaxSteer()floatgetMMOI()floatgetMRadius()floatgetMToeAngle()floatgetMWidth()voidsetMDampingRate(float value)voidsetMMass(float value)voidsetMMaxBrakeTorque(float value)voidsetMMaxHandBrakeTorque(float value)voidsetMMaxSteer(float value)voidsetMMOI(float value)voidsetMRadius(float value)voidsetMToeAngle(float value)voidsetMWidth(float value)static PxVehicleWheelDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleWheelData wrapPointer(long address)
-
destroy
public void destroy()
-
getMRadius
public float getMRadius()
- Returns:
- float
-
setMRadius
public void setMRadius(float value)
- Parameters:
value- float
-
getMWidth
public float getMWidth()
- Returns:
- float
-
setMWidth
public void setMWidth(float value)
- Parameters:
value- float
-
getMMass
public float getMMass()
- Returns:
- float
-
setMMass
public void setMMass(float value)
- Parameters:
value- float
-
getMMOI
public float getMMOI()
- Returns:
- float
-
setMMOI
public void setMMOI(float value)
- Parameters:
value- float
-
getMDampingRate
public float getMDampingRate()
- Returns:
- float
-
setMDampingRate
public void setMDampingRate(float value)
- Parameters:
value- float
-
getMMaxBrakeTorque
public float getMMaxBrakeTorque()
- Returns:
- float
-
setMMaxBrakeTorque
public void setMMaxBrakeTorque(float value)
- Parameters:
value- float
-
getMMaxHandBrakeTorque
public float getMMaxHandBrakeTorque()
- Returns:
- float
-
setMMaxHandBrakeTorque
public void setMMaxHandBrakeTorque(float value)
- Parameters:
value- float
-
getMMaxSteer
public float getMMaxSteer()
- Returns:
- float
-
setMMaxSteer
public void setMMaxSteer(float value)
- Parameters:
value- float
-
getMToeAngle
public float getMToeAngle()
- Returns:
- float
-
setMToeAngle
public void setMToeAngle(float value)
- Parameters:
value- float
-
-