Uses of Class
net.ctdp.rfdynhud.gamedata.Wheel

Packages that use Wheel
net.ctdp.rfdynhud.gamedata   
 

Uses of Wheel in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return Wheel
 Wheel TelemetryData.getHottestWheel()
          Gets the hottest wheel.
 Wheel VehicleSetup.WheelAndTire.getWheel()
           
 Wheel VehiclePhysics.Brakes.WheelBrake.getWheel()
           
 Wheel VehiclePhysics.TireCompound.CompoundWheel.getWheel()
           
static Wheel Wheel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Wheel[] Wheel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type Wheel
 VehiclePhysics.Brakes.WheelBrake VehiclePhysics.Brakes.getBrake(Wheel wheel)
          Gets the brake model of the given wheel.
 float TelemetryData.getBrakeDiscThickness(Wheel wheel)
          Gets the current brake disc thickness.
 float TelemetryData.getBrakeTemperature(Wheel wheel)
          Gets the current brake temperature in the units selected in the PLR.
 float TelemetryData.getBrakeTemperatureC(Wheel wheel)
          Gets the current brake temperature in Celsius.
 float TelemetryData.getBrakeTemperatureF(Wheel wheel)
          Gets the current brake temperature in Fahrenheit.
 float TelemetryData.getBrakeTemperatureK(Wheel wheel)
          Gets the current brake temperature in Kelvin.
 float TelemetryData.getGripFraction(Wheel wheel)
          Gets an approximation of what fraction of the contact patch is sliding.
 float TelemetryData.getLateralForce(Wheel wheel)
          Gets the current lateral force in Newtons.
static WheelPart WheelPart.getLeftPart(Wheel wheel)
          Gets for the left wheels and for the right wheels.
 float TelemetryData.getRideHeight(Wheel wheel)
          Gets the current ride height in meters.
static WheelPart WheelPart.getRightPart(Wheel wheel)
          Gets for the left wheels and for the right wheels.
 SurfaceType TelemetryData.getSurfaceType(Wheel wheel)
          Gets surface type under the tire.
 java.lang.String TelemetryData.getTerrainName(Wheel wheel)
          Gets the material prefixes from the TDF file.
 VehiclePhysics.TireCompound VehiclePhysics.getTireCompoundBestGrip(Wheel wheel)
          Gets the VehiclePhysics.TireCompound for the given wheel, that has the best grip compared to allother available ones.
 float TelemetryData.getTireLoad(Wheel wheel)
          Gets the current tire load in Newtons.
 float TelemetryData.getTirePressure(Wheel wheel)
          Gets the current tire pressure in kPa.
 VehiclePhysics.PhysicsSetting VehiclePhysics.getTirePressureRange(Wheel wheel)
          Gets the range of possible values for tire pressure.
 float TelemetryData.getTireTemperature(Wheel wheel)
          Gets the current tire temperature in the units selected in the PLR (Celsius or Fahrenheit) : ( (INSIDE + CENTER + OUTSIDE) / 3 )
 float TelemetryData.getTireTemperature(Wheel wheel, WheelPart part)
          Gets the current tire temperature in the units selected in the PLR (Celsius or Fahrenheit).
 float TelemetryData.getTireTemperatureC(Wheel wheel)
          Gets the current tire temperature in Celsius : ( (INSIDE + CENTER + OUTSIDE) / 3 )
 float TelemetryData.getTireTemperatureC(Wheel wheel, WheelPart part)
          Gets the current tire temperature in Celsius.
 float TelemetryData.getTireTemperatureF(Wheel wheel)
          Gets the current tire temperature in Fahrenheit : ( (INSIDE + CENTER + OUTSIDE) / 3 )
 float TelemetryData.getTireTemperatureF(Wheel wheel, WheelPart part)
          Gets the current tire temperature in Fahrenheit.
 float TelemetryData.getTireWear(Wheel wheel)
          Gets current tire wear (0.0-1.0, fraction of maximum) ... this is not necessarily proportional with grip loss.
 VehiclePhysics.TireCompound.CompoundWheel VehiclePhysics.TireCompound.getWheel(Wheel wheel)
          Gets the VehiclePhysics.TireCompound.CompoundWheel for the given wheel.
 VehicleSetup.WheelAndTire VehicleSetup.getWheelAndTire(Wheel wheel)
          Gets an interface to the settings of the wheel and tire, suspension and brake disc for the passed wheel.
 float TelemetryData.getWheelRotation(Wheel wheel)
          Gets the curent wheel rotation in radians/sec.
 float TelemetryData.getWheelSuspensionDeflection(Wheel wheel)
          Gets the current suspension deflection in meters.
 boolean TelemetryData.isWheelDetached(Wheel wheel)
          Gets whether wheel is detached.
 boolean TelemetryData.isWheelFlat(Wheel wheel)
          Gets whether tire is flat.