TORCS  1.3.9
The Open Racing Car Simulator
linalg_t.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : linalg_t.h
4  created : Mo Mar 11 13:51:00 CET 2002
5  copyright : (C) 2002-2005 by Bernhard Wymann
6  email : berniw@bluewin.ch
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 _LINALG_T_H_
21 #define _LINALG_T_H_
22 
23 #include <math.h>
24 #include <tmath/v2_t.h>
25 #include <tmath/v3_t.h>
26 #include <tmath/v4_t.h>
27 
28 #include <tmath/straight2_t.h>
29 
30 typedef v4t<float> vec4f;
32 
33 typedef v3t<float> vec3f;
35 
36 typedef v2t<float> vec2f;
38 
41 
42 #endif // _LINALG_T_H_
43 
v4t< double > vec4d
Definition: linalg_t.h:31
v2t< float > vec2f
Definition: linalg_t.h:36
Definition: v4_t.h:33
straight2t< float > straight2f
Definition: linalg_t.h:39
straight2t< double > straight2d
Definition: linalg_t.h:40
v2t< double > vec2d
Definition: linalg_t.h:37
Definition: v3_t.h:33
v3t< double > vec3d
Definition: linalg_t.h:34
v4t< float > vec4f
Definition: linalg_t.h:30
v3t< float > vec3f
Definition: linalg_t.h:33