|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.VehicleSetup.WheelAndTire
public static class VehicleSetup.WheelAndTire
Model of the wheel and tire part of the setup
Method Summary | |
---|---|
float |
getBrakeDiscThickness()
brake disc thickness in the units selected in the PLR. |
float |
getBrakeDiscThicknessIn()
brake disc thickness in inch FRONTLEFT::BrakeDiscSetting=5//2.8 cm |
float |
getBrakeDiscThicknessM()
brake disc thickness in meters FRONTLEFT::BrakeDiscSetting=5//2.8 cm |
float |
getTirePressure()
Gets initial tire pressure in the units selected in the PLR. |
float |
getTirePressureKPa()
tire pressure in kPa FRONTLEFT::PressureSetting=25//120 kPa |
float |
getTirePressurePSI()
tire pressure in PSI. |
Wheel |
getWheel()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final Wheel getWheel()
public final float getTirePressureKPa()
VehiclePhysics.getTirePressureRange(Wheel)
public final float getTirePressurePSI()
VehiclePhysics.getTirePressureRange(Wheel)
public final float getTirePressure()
VehiclePhysics.getTirePressureRange(Wheel)
public final float getBrakeDiscThicknessM()
VehiclePhysics.Brakes.WheelBrake.getDiscRange()
public final float getBrakeDiscThicknessIn()
VehiclePhysics.Brakes.WheelBrake.getDiscRange()
public final float getBrakeDiscThickness()
VehiclePhysics.Brakes.WheelBrake.getDiscRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |