1#ifndef IGL_PREDICATES_POINT_IN_CONVEX_POLYGON_H
2#define IGL_PREDICATES_POINT_IN_CONVEX_POLYGON_H
31 const Eigen::MatrixBase<Derivedq> & q,
32 const Eigen::MatrixBase<Deriveda> & a,
33 const Eigen::MatrixBase<Derivedb> & b,
34 const Eigen::MatrixBase<Derivedc> & c,
35 const Eigen::MatrixBase<Derivedd> & d);
39#ifndef IGL_STATIC_LIBRARY
40#include "point_in_convex_hull.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
Definition cubic_winding_number.h:9
Orientation point_in_convex_hull(const Eigen::MatrixBase< Derivedq > &q, const Eigen::MatrixBase< Deriveda > &a, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedc > &c, const Eigen::MatrixBase< Derivedd > &d)
Determine if the 2D point q is inside, outside, or on the boundary of the convex hull of the 2D point...
Orientation
Types of orientations and other predicate results.
Definition Orientation.h:20