Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
point_areas.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include "point_areas.cpp"
+ Include dependency graph for point_areas.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<typename DerivedP , typename DerivedI , typename DerivedN , typename DerivedA >
IGL_INLINE void igl::copyleft::cgal::point_areas (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedI > &I, const Eigen::MatrixBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedA > &A)
 
template<typename DerivedP , typename DerivedI , typename DerivedN , typename DerivedA , typename DerivedT >
IGL_INLINE void igl::copyleft::cgal::point_areas (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedI > &I, const Eigen::MatrixBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedT > &T)