#include "CableClusterFilter.h"
#include <math.h>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <limits>
#include <utility>
#include <vector>
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <VirtualRobot/MathTools.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
Go to the source code of this file.
|
| float | distanceToConvexHullBoundary (const Eigen::Vector2f &pt, const VirtualRobot::MathTools::ConvexHull2D &hull) |
| | Distance from a point to the boundary of a convex hull; 0 if the point is inside.
|
| |