Drake
|
Functions | |
coord2_t | cross (const Point &O, const Point &A, const Point &B) |
vector< Point > | convexHull (vector< Point > P) |
vector< Point > | eigenToPoints (const Ref< const Matrix< double, 2, Dynamic >> &P) |
bool | inConvexHull (const Ref< const Matrix< double, 2, Dynamic >> &P, const Ref< const Vector2d > &q, double tolerance) |
double | signedDistanceInsideConvexHull (const Ref< const Matrix< double, 2, Dynamic >> &pts, const Ref< const Vector2d > &q) |
bool inConvexHull | ( | const Ref< const Matrix< double, 2, Dynamic >> & | P, |
const Ref< const Vector2d > & | q, | ||
double | tolerance | ||
) |