Blender V5.0
edge_lengths.h File Reference
#include <Eigen/Dense>
#include <cassert>
#include "edge_lengths.cpp"

Go to the source code of this file.

Namespaces

namespace  slim

Functions

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)