#include "doublearea.h"
#include "edge_lengths.h"
#include <cassert>
#include <BLI_task.hh>
Go to the source code of this file.
|
| template<typename DerivedX , typename DerivedY , typename DerivedIX > |
| static void | slim::doublearea_sort3 (const Eigen::PlainObjectBase< DerivedX > &X, const int dim, const bool ascending, Eigen::PlainObjectBase< DerivedY > &Y, Eigen::PlainObjectBase< DerivedIX > &IX) |
| |
| template<typename DerivedV , typename DerivedF , typename DeriveddblA > |
| void | slim::doublearea (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DeriveddblA > &dblA) |
| |
| template<typename Derivedl , typename DeriveddblA > |
| void | slim::doublearea (const Eigen::PlainObjectBase< Derivedl > &ul, Eigen::PlainObjectBase< DeriveddblA > &dblA) |
| |