SpatiumLib
geom3d.h
Go to the documentation of this file.
1 /*
2  * Program: Spatium Library
3  *
4  * Copyright (C) Martijn Koopman
5  * All Rights Reserved
6  *
7  * This software is distributed WITHOUT ANY WARRANTY; without even
8  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  * PURPOSE.
10  *
11  */
12 
13 #ifndef SPATIUMLIB_GEOM3D_H
14 #define SPATIUMLIB_GEOM3D_H
15 
16 #include "geom3d/Point3.h"
17 #include "geom3d/GeoPoint3.h"
18 #include "geom3d/Vector3.h"
19 #include "geom3d/Matrix4x4.h"
20 #include "geom3d/Geometry.h"
21 #include "geom3d/Plane.h"
22 #include "geom3d/Sphere.h"
23 #include "geom3d/Ellipsoid.h"
24 #include "geom3d/Spheroid.h"
25 #include "geom3d/OblateSpheroid.h"
26 #include "geom3d/Util.h"
27 
28 #endif // SPATIUMLIB_GEOM3D_H