#include "geometry.h"
#include <algorithm>
#include <limits>
#include <vector>
#include <boost/geometry/algorithms/assign.hpp>
#include <boost/geometry/algorithms/detail/distance/interface.hpp>
#include <SimoxUtility/algorithm/apply.hpp>
Go to the source code of this file.
|
| float | computeDistance (const std::vector< polygon_type > &obstacles, const Eigen::Vector2f &pt) |
| |
| Eigen::Vector2f | fromPoint (const point_type &pt) |
| |
| point_type | toPoint (const Eigen::Vector2f &pt) |
| |
| polygon_type | toPolygon (const std::vector< Eigen::Vector2f > &hull) |
| |