scsl  1.1.1
Shimmering Clarity Standard Library
geom.h
Go to the documentation of this file.
1 
23 #ifndef SCSL_GEOM_H
24 #define SCSL_GEOM_H
25 
26 
27 #include <scmp/geom/Coord2D.h>
28 #include <scmp/geom/Orientation.h>
29 #include <scmp/geom/Quaternion.h>
30 #include <scmp/geom/Vector.h>
31 
32 
33 namespace scmp {
34 
35 
37 namespace geom {}
38 
39 
40 } // namespace scmp
41 
42 
43 #endif // SCSL_GEOM_H
2D point and polar coordinate systems.
Orientation of vectors w.r.t. a reference plane, assumed to be the Earth.
Quaternion implementation suitable for navigation in R3.
Linear algebraic vector class.
Shimmering Clarity Math & Physics toolkit.
Definition: estimation.h:31