iRDS - Intelligent Race Driver System
V 2.1.0.5
|
Public Member Functions | |
float | GetLiftCoefficient () |
Gets the lift coefficient. More... | |
void | SetLiftCoefficient (float Value) |
Sets the lift coefficient. More... | |
Public Attributes | |
float | area = 1 |
The area. More... | |
float | angle = 1 |
The angle. More... | |
float | airDensity = 1.23f |
The air density. By default is 1.23f More... | |
float | dragCoefficient |
The drag coefficient. More... | |
float IRDSWing.GetLiftCoefficient | ( | ) |
Gets the lift coefficient.
void IRDSWing.SetLiftCoefficient | ( | float | Value | ) |
Sets the lift coefficient.
Value | Value. |
float IRDSWing.airDensity = 1.23f |
The air density. By default is 1.23f
float IRDSWing.angle = 1 |
The angle.
float IRDSWing.area = 1 |
The area.
float IRDSWing.dragCoefficient |
The drag coefficient.