TORCS
1.3.9
The Open Racing Car Simulator
aero.h
Go to the documentation of this file.
1
/***************************************************************************
2
3
file : aero.h
4
created : Sun Mar 19 00:04:59 CET 2000
5
copyright : (C) 2000 by Eric Espie
6
email : torcs@free.fr
7
version : $Id$
8
9
***************************************************************************/
10
11
/***************************************************************************
12
* *
13
* This program is free software; you can redistribute it and/or modify *
14
* it under the terms of the GNU General Public License as published by *
15
* the Free Software Foundation; either version 2 of the License, or *
16
* (at your option) any later version. *
17
* *
18
***************************************************************************/
19
20
#ifndef _AERO_H_
21
#define _AERO_H_
22
23
typedef
struct
24
{
25
/* dynamic */
26
tdble
drag
;
/* drag force along car x axis */
27
tdble
lift[2];
/* front & rear lift force along car z axis */
28
29
/* static */
30
tdble
SCx2
;
31
tdble
Clift[2];
/* front & rear lift due to body not wings */
32
tdble
Cd
;
/* for aspiration */
33
}
tAero
;
34
35
36
typedef
struct
37
{
38
/* dynamic */
39
t3Dd
forces
;
40
tdble
Kx
;
41
tdble
Kz
;
42
tdble
angle
;
43
44
/* static */
45
t3Dd
staticPos
;
46
47
}
tWing
;
48
49
50
51
#endif
/* _AERO_H_ */
52
53
54
tWing::angle
tdble angle
Definition:
aero.h:42
tAero::SCx2
tdble SCx2
Definition:
aero.h:30
tWing::forces
t3Dd forces
Definition:
aero.h:39
tWing::Kz
tdble Kz
Definition:
aero.h:41
tWing
Definition:
aero.h:36
tWing::staticPos
t3Dd staticPos
Definition:
aero.h:45
tdble
float tdble
Floating point type used in TORCS.
Definition:
tgf.h:48
tWing::Kx
tdble Kx
Definition:
aero.h:40
tAero::Cd
tdble Cd
Definition:
aero.h:32
tAero::drag
tdble drag
Definition:
aero.h:26
tAero
Definition:
aero.h:23
t3Dd
3D point.
Definition:
tgf.h:115
src
modules
simu
simuv2
aero.h
Generated by
1.8.14