libigl v2.5.0
Loading...
Searching...
No Matches
convex_hull.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include "convex_hull.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

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.