TORCS  1.3.9
The Open Racing Car Simulator
linalg_t.h File Reference
#include <math.h>
#include <tmath/v2_t.h>
#include <tmath/v3_t.h>
#include <tmath/v4_t.h>
#include <tmath/straight2_t.h>
Include dependency graph for linalg_t.h:

Go to the source code of this file.

Typedefs

typedef v4t< float > vec4f
 
typedef v4t< double > vec4d
 
typedef v3t< float > vec3f
 
typedef v3t< double > vec3d
 
typedef v2t< float > vec2f
 
typedef v2t< double > vec2d
 
typedef straight2t< float > straight2f
 
typedef straight2t< double > straight2d
 

Typedef Documentation

◆ straight2d

typedef straight2t<double> straight2d

Definition at line 40 of file linalg_t.h.

◆ straight2f

typedef straight2t<float> straight2f

Definition at line 39 of file linalg_t.h.

◆ vec2d

typedef v2t<double> vec2d

Definition at line 37 of file linalg_t.h.

◆ vec2f

typedef v2t<float> vec2f

Definition at line 36 of file linalg_t.h.

◆ vec3d

typedef v3t<double> vec3d

Definition at line 34 of file linalg_t.h.

◆ vec3f

typedef v3t<float> vec3f

Definition at line 33 of file linalg_t.h.

◆ vec4d

typedef v4t<double> vec4d

Definition at line 31 of file linalg_t.h.

◆ vec4f

typedef v4t<float> vec4f

Definition at line 30 of file linalg_t.h.