orientedboundingbox.h
Go to the documentation of this file.
1 #ifndef ORIENTENDBOUNDINGBOX_H
2 #define ORIENTENDBOUNDINGBOX_H
3 
4 
5 #include <stdio.h>
6 #include <math.h>
7 
8 #include <utils/point.h>
9 
10 namespace GMapping{
11 
12 template<class NUMERIC>
14 
15  public:
16  OrientedBoundingBox(std::vector< point<NUMERIC> > p);
17  double area();
18 
19  protected:
24 };
25 
26 #include "orientedboundingbox.hxx"
27 
28 };// end namespace
29 
30 #endif
31 
OrientedBoundingBox(std::vector< point< NUMERIC > > p)


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22