#include "igl_inline.h"
#include "AABB.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "in_element.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedQ , int DIM>  | 
| void  | igl::in_element (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixXi &Ele, const Eigen::MatrixBase< DerivedQ > &Q, const AABB< DerivedV, DIM > &aabb, Eigen::VectorXi &I) | 
|   | Determine whether each point in a list of points is in the elements of a mesh.  
  | 
|   | 
| template<typename DerivedV , typename DerivedQ , int DIM, typename Scalar >  | 
| void  | igl::in_element (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixXi &Ele, const Eigen::MatrixBase< DerivedQ > &Q, const AABB< DerivedV, DIM > &aabb, Eigen::SparseMatrix< Scalar > &I) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |