All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OrientedBox2Methods.h
1 #pragma once
2 
3 #include "Geometry.h"
4 #include "OrientedBox2.h"
5 #include <vector>
6 
7 namespace Eegeo
8 {
9  namespace Geometry
10  {
11  namespace OrientedBox2Methods
12  {
13  OrientedBox2 BuildMinimumAreaFromPoints(const std::vector<v2>& points);
14  }
15  }
16 }