#include "../../igl_inline.h"
#include <Eigen/Core>
#include "point_areas.cpp"
Go to the source code of this file.
|
| 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) |
| |