net.ctdp.rfdynhud.gamedata
Class VehicleSetup.WheelAndTire

java.lang.Object
  extended by net.ctdp.rfdynhud.gamedata.VehicleSetup.WheelAndTire
Enclosing class:
VehicleSetup

public static class VehicleSetup.WheelAndTire
extends java.lang.Object

Model of the wheel and tire part of the setup

Author:
Marvin Froehlich

Method Summary
 float getBrakeDiscThickness()
          FRONTLEFT::BrakeDiscSetting=5//2.8 cm
 int getTirePressure()
          FRONTLEFT::PressureSetting=25//120 kPa
 Wheel getWheel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWheel

public final Wheel getWheel()

getTirePressure

public final int getTirePressure()
FRONTLEFT::PressureSetting=25//120 kPa

Returns:
the initial tire pressure at mount time and room temperature in kPa
See Also:
VehiclePhysics.getTirePressureRange(Wheel)

getBrakeDiscThickness

public final float getBrakeDiscThickness()
FRONTLEFT::BrakeDiscSetting=5//2.8 cm

Returns:
the thickness of the brake disc in meters.
See Also:
VehiclePhysics.Brakes.WheelBrake.getDiscRange()