#include <Eigen/Dense>
#include "edge_lengths.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename DerivedL > |
| void | slim::edge_lengths (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedL > &L) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedL > |
| void | slim::squared_edge_lengths (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedL > &L) |
| |