PanoramaViewer
 All Classes Namespaces Files Functions Variables Macros Pages
Matrix3.h
Go to the documentation of this file.
1 /*
2  * Matrix3.h
3  *
4  * Created on: 19 juin 2013
5  * Author: hallison
6  */
7 
8 #ifndef MATRIX3_H_
9 #define MATRIX3_H_
10 
11 namespace LayerSceneGraph {
12 
13 class Matrix3 {
14 public:
15  Matrix3();
16  virtual ~Matrix3();
17 };
18 
19 } /* namespace LayerSceneGraph */
20 #endif /* MATRIX3_H_ */