| 
    libigl v2.5.0
    
   | 
 
#include "../igl_inline.h"#include <Eigen/Core>#include "predicates.h"#include "point_inside_convex_polygon.cpp"Go to the source code of this file.
Namespaces | |
| namespace | igl | 
| namespace | igl::predicates | 
Functions | |
| template<typename DerivedP , typename DerivedQ > | |
| bool | igl::predicates::point_inside_convex_polygon (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedQ > &q) | 
| check whether 2d point lies inside 2d convex polygon   | |