|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.VehiclePhysics.Brakes
public static class VehiclePhysics.Brakes
Model of brake physics parameters.
Nested Class Summary | |
---|---|
static class |
VehiclePhysics.Brakes.WheelBrake
Brake settings for a single wheel. |
Constructor Summary | |
---|---|
VehiclePhysics.Brakes()
|
Method Summary | |
---|---|
VehiclePhysics.Brakes.WheelBrake |
getBrake(Wheel wheel)
Gets the brake model of the given wheel. |
VehiclePhysics.PhysicsSetting |
getPressureRange()
Gets the range for brake pressure values [0, 1]. |
VehiclePhysics.PhysicsSetting |
getRearDistributionRange()
Gets the range of possible brake distribution values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehiclePhysics.Brakes()
Method Detail |
---|
public final VehiclePhysics.PhysicsSetting getRearDistributionRange()
public final VehiclePhysics.PhysicsSetting getPressureRange()
VehicleSetup.Controls.getBrakePressure()
public final VehiclePhysics.Brakes.WheelBrake getBrake(Wheel wheel)
wheel
- the requested wheel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |