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 */
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 */
43 
44  /* static */
46 
47 } tWing;
48 
49 
50 
51 #endif /* _AERO_H_ */
52 
53 
54 
tdble angle
Definition: aero.h:42
tdble SCx2
Definition: aero.h:30
t3Dd forces
Definition: aero.h:39
tdble Kz
Definition: aero.h:41
Definition: aero.h:36
t3Dd staticPos
Definition: aero.h:45
float tdble
Floating point type used in TORCS.
Definition: tgf.h:48
tdble Kx
Definition: aero.h:40
tdble Cd
Definition: aero.h:32
tdble drag
Definition: aero.h:26
Definition: aero.h:23
3D point.
Definition: tgf.h:115