|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.VehiclePhysics.TireCompound
public static class VehiclePhysics.TireCompound
Model of a tire compound.
Nested Class Summary | |
---|---|
static class |
VehiclePhysics.TireCompound.CompoundWheel
Model of one wheel of a compound. |
Method Summary | |
---|---|
VehiclePhysics.SlipCurve |
getFrontBrakingSlipCurve()
|
VehiclePhysics.SlipCurve |
getFrontLatitudeSlipCurve()
|
VehiclePhysics.SlipCurve |
getFrontTractiveSlipCurve()
|
int |
getIndex()
Gets the compound's index in the list. |
java.lang.String |
getName()
Gets the compound's name. |
VehiclePhysics.SlipCurve |
getRearBrakingSlipCurve()
|
VehiclePhysics.SlipCurve |
getRearLatitudeSlipCurve()
|
VehiclePhysics.SlipCurve |
getRearTractiveSlipCurve()
|
VehiclePhysics.TireCompound.CompoundWheel |
getWheel(Wheel wheel)
Gets the VehiclePhysics.TireCompound.CompoundWheel for the given wheel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final java.lang.String getName()
public final int getIndex()
public final VehiclePhysics.SlipCurve getFrontLatitudeSlipCurve()
public final VehiclePhysics.SlipCurve getFrontBrakingSlipCurve()
public final VehiclePhysics.SlipCurve getFrontTractiveSlipCurve()
public final VehiclePhysics.SlipCurve getRearLatitudeSlipCurve()
public final VehiclePhysics.SlipCurve getRearBrakingSlipCurve()
public final VehiclePhysics.SlipCurve getRearTractiveSlipCurve()
public final VehiclePhysics.TireCompound.CompoundWheel getWheel(Wheel wheel)
VehiclePhysics.TireCompound.CompoundWheel
for the given wheel.
wheel
- the requested wheel
VehiclePhysics.TireCompound.CompoundWheel
for the given wheel.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |