#include "../../igl_inline.h"
#include <Eigen/Core>
#include "convex_hull.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedW , typename DerivedG > |
void | igl::copyleft::cgal::convex_hull (const Eigen::MatrixBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedW > &W, Eigen::PlainObjectBase< DerivedG > &G) |
| Given a set of points (V), compute the convex hull as a triangle mesh (W,G)
|
|
template<typename DerivedV , typename DerivedF > |
void | igl::copyleft::cgal::convex_hull (const Eigen::MatrixBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|