| Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
This unit contains classes that represent cars in the game.
| Name | Description |
|---|---|
Class TAbstractCarAi |
|
Class TOdeCar |
| Name | Description |
|---|---|
WHEEL_X = 1.6; |
|
WHEEL_Z =1.7; |
|
WHEEL_Y = 1; |
|
WHEEL_RADIUS = 1; |
|
WHEEL_MASS = 0.5; |
|
CHASSIS_X = 2; |
|
CHASSIS_Y = 1; |
|
CHASSIS_Z = 5; |
|
CHASSIS_MASS = 2; |