|
|
#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>
Include dependency graph for geometry.cpp:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::navigation |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::util |
| This file is part of ArmarX. | |
| namespace | armarx::navigation::util::geometry |
| This file is part of ArmarX. | |
Functions | |
| 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) |