versor  3.0
C++11 library for Geometric algebra
vsr_cga2D.h
1 //Get mouse position as an "unprojected" point in 3D space
2 
3 #ifndef vsr_cga2D_INC
4 #define vsr_cga2D_INC
5 
6 #include "vsr_cga2D_types.h"
7 
8 #endif /* ----- #ifndef vsr_cga2D_INC ----- */