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
;
31
typedef
v4t<double>
vec4d
;
32
33
typedef
v3t<float>
vec3f
;
34
typedef
v3t<double>
vec3d
;
35
36
typedef
v2t<float>
vec2f
;
37
typedef
v2t<double>
vec2d
;
38
39
typedef
straight2t<float>
straight2f
;
40
typedef
straight2t<double>
straight2d
;
41
42
#endif // _LINALG_T_H_
43
vec4d
v4t< double > vec4d
Definition:
linalg_t.h:31
vec2f
v2t< float > vec2f
Definition:
linalg_t.h:36
v4t
Definition:
v4_t.h:33
v2t< float >
straight2f
straight2t< float > straight2f
Definition:
linalg_t.h:39
straight2d
straight2t< double > straight2d
Definition:
linalg_t.h:40
vec2d
v2t< double > vec2d
Definition:
linalg_t.h:37
v3t
Definition:
v3_t.h:33
straight2t
Definition:
straight2_t.h:34
vec3d
v3t< double > vec3d
Definition:
linalg_t.h:34
vec4f
v4t< float > vec4f
Definition:
linalg_t.h:30
vec3f
v3t< float > vec3f
Definition:
linalg_t.h:33
src
libs
math
linalg_t.h
Generated by
1.8.14