versor  3.0
C++11 library for Geometric algebra
vsr_ega2D_types.h
1 /*
2  * =====================================================================================
3  *
4  * Filename: vsr_ega2D_types.h
5  *
6  * Description: types for ega2d
7  *
8  * Version: 1.0
9  * Created: 11/19/2013 12:04:23
10  * Revision: none
11  * Compiler: gcc
12  *
13  * Author: Pablo Colapinto (), wolftype (gmail)
14  * Organization:
15  *
16  * =====================================================================================
17  */
18 
19 #include "vsr_products.h"
20 
21 namespace vsr{
22 
23  namespace ega2D{
24 
25  typedef NESca<2> Sca;
26  typedef NEVec<2> Vec;
27  typedef NEBiv<2> Biv;
28  typedef NERot<2> Rot;
29  }
30 }
the versor library namespace
Definition: vsr_algebra.h:29
NBiv< 5 > Biv
Bivector
Definition: vsr_cga3D_types.h:63
NRot< 5 > Rot
Rotor
Definition: vsr_cga3D_types.h:64