geometry.hpp
Go to the documentation of this file.
1 
9 /*****************************************************************************
10 ** Ifdefs
11 *****************************************************************************/
12 
13 #ifndef ECL_GEOMETRY_HPP_
14 #define ECL_GEOMETRY_HPP_
15 
16 /*****************************************************************************
17 ** Eigen's Geometry Module
18 *****************************************************************************/
19 
20 #include <ecl/linear_algebra.hpp>
21 
22 /*****************************************************************************
23 ** Includes
24 *****************************************************************************/
25 
26 #include "geometry/macros.hpp"
27 #include "geometry/angle.hpp"
33 #include "geometry/polynomial.hpp"
38 #include "geometry/pose.hpp"
39 #include "geometry/odometry.hpp"
40 
41 #endif /*ECL_GEOMETRY_HPP_*/
angle.hpp
C++ interface for angles (degrees/radians).
polynomial.hpp
Representations for polynomial functions.
cartesian_point.hpp
Cartesian point representations.
pascals_triangle.hpp
Templatised specialisations for pascal's triangle.
pose.hpp
linear_algebra.hpp
function_math.hpp
Functors for evaluating various mathematical properties of functions.
cubic_spline.hpp
Storage container for a cubic spline interpolation.
smooth_linear_spline.hpp
Spline sequence generated from linear segments with ramped corners.
odometry.hpp
macros.hpp
Macros for ecl geometry.
spline_function.hpp
Wrapper for a generic spline function.
tension_spline.hpp
Storage container for a tension spline interpolation.
homogeneous_point.hpp
Real valued x-y-z point with homogeneous representation.
tension_function.hpp
Representations for the tension function..


ecl_geometry
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:39