TORCS
1.3.9
The Open Racing Car Simulator
axle.h
Go to the documentation of this file.
1
/***************************************************************************
2
3
file : axle.h
4
created : Sun Mar 19 00:05:17 CET 2000
5
copyright : (C) 2000-2013 by Eric Espie, Bernhard Wymann
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
21
22
#ifndef _AXLE_H__
23
#define _AXLE_H__
24
25
#include "
differential.h
"
26
27
typedef
struct
28
{
29
tdble
xpos
;
30
31
tdble
arbSuspSpringK
;
32
tSuspension
thirdSusp
;
// Third element
33
tdble
wheight0
;
34
35
/* dynamic */
36
tdble
force[2];
/* right and left */
37
38
tdble
I
;
/* including differential inertia but not wheels */
39
}
tAxle
;
40
41
42
#endif
/* _AXLE_H__ */
43
44
45
differential.h
tAxle::arbSuspSpringK
tdble arbSuspSpringK
Definition:
axle.h:31
tAxle::xpos
tdble xpos
Definition:
axle.h:29
tAxle
Definition:
axle.h:27
tdble
float tdble
Floating point type used in TORCS.
Definition:
tgf.h:48
tAxle::I
tdble I
Definition:
axle.h:38
tAxle::wheight0
tdble wheight0
Definition:
axle.h:33
Suspension
Definition:
susp.h:47
tAxle::thirdSusp
tSuspension thirdSusp
Definition:
axle.h:32
src
modules
simu
simuv2
axle.h
Generated by
1.8.14