|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
VehiclePhysics.Brakes.WheelBrake.getWheel()
|
Wheel |
VehiclePhysics.TireCompound.CompoundWheel.getWheel()
|
Wheel |
VehicleSetup.WheelAndTire.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 in the units selected in the PLR. |
float |
TelemetryData.getBrakeDiscThicknessIn(Wheel wheel)
Gets the current brake disc thickness in inch. |
float |
TelemetryData.getBrakeDiscThicknessM(Wheel wheel)
Gets the current brake disc thickness in meters. |
abstract float |
_TelemetryDataCapsule.getBrakeTemperature(Wheel wheel)
|
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. |
abstract float |
_TelemetryDataCapsule.getGripFraction(Wheel wheel)
|
float |
TelemetryData.getGripFraction(Wheel wheel)
Gets an approximation of what fraction of the contact patch is sliding. |
abstract float |
_TelemetryDataCapsule.getLateralForce(Wheel wheel)
|
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. |
abstract float |
_TelemetryDataCapsule.getRideHeight(Wheel wheel)
|
float |
TelemetryData.getRideHeight(Wheel wheel)
Gets the current ride height in the units selected in the PLR. |
float |
TelemetryData.getRideHeightIn(Wheel wheel)
Gets the current ride height in inches. |
float |
TelemetryData.getRideHeightM(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. |
abstract SurfaceType |
_TelemetryDataCapsule.getSurfaceType(Wheel wheel)
|
SurfaceType |
TelemetryData.getSurfaceType(Wheel wheel)
Gets surface type under the tire. |
abstract java.lang.String |
_TelemetryDataCapsule.getTerrainName(Wheel wheel)
|
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. |
abstract float |
_TelemetryDataCapsule.getTireLoad(Wheel wheel)
|
float |
TelemetryData.getTireLoad(Wheel wheel)
Gets the current tire load in the units selected in the PLR. |
float |
TelemetryData.getTireLoadLBS(Wheel wheel)
Gets the current tire load in LBS. |
float |
TelemetryData.getTireLoadN(Wheel wheel)
Gets the current tire load in Newtons. |
abstract float |
_TelemetryDataCapsule.getTirePressure(Wheel wheel)
|
float |
TelemetryData.getTirePressure(Wheel wheel)
Gets the current tire pressure in the units selected in the PLR. |
float |
TelemetryData.getTirePressureKPa(Wheel wheel)
Gets the current tire pressure in kPa. |
float |
TelemetryData.getTirePressurePSI(Wheel wheel)
Gets the current tire pressure in PSI. |
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 ) |
abstract float |
_TelemetryDataCapsule.getTireTemperature(Wheel wheel,
WheelPart part)
|
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. |
abstract float |
_TelemetryDataCapsule.getTireWear(Wheel wheel)
|
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. |
abstract float |
_TelemetryDataCapsule.getWheelRotation(Wheel wheel)
|
float |
TelemetryData.getWheelRotation(Wheel wheel)
Gets the curent wheel rotation in radians/sec. |
abstract float |
_TelemetryDataCapsule.getWheelSuspensionDeflection(Wheel wheel)
|
float |
TelemetryData.getWheelSuspensionDeflection(Wheel wheel)
Gets the current suspension deflection in the units selected in the PLR. |
float |
TelemetryData.getWheelSuspensionDeflectionIn(Wheel wheel)
Gets the current suspension deflection in inches. |
float |
TelemetryData.getWheelSuspensionDeflectionM(Wheel wheel)
Gets the current suspension deflection in meters. |
abstract boolean |
_TelemetryDataCapsule.isWheelDetached(Wheel wheel)
|
boolean |
TelemetryData.isWheelDetached(Wheel wheel)
Gets whether wheel is detached. |
abstract boolean |
_TelemetryDataCapsule.isWheelFlat(Wheel wheel)
|
boolean |
TelemetryData.isWheelFlat(Wheel wheel)
Gets whether tire is flat. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |