34template<
typename DerivedV,
typename DerivedF,
typename DerivedL>
35inline void edge_lengths(
const Eigen::PlainObjectBase<DerivedV> &
V,
36 const Eigen::PlainObjectBase<DerivedF> &F,
37 Eigen::PlainObjectBase<DerivedL> &
L);
56template<
typename DerivedV,
typename DerivedF,
typename DerivedL>
58 const Eigen::PlainObjectBase<DerivedF> &F,
59 Eigen::PlainObjectBase<DerivedL> &
L);
void edge_lengths(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedL > &L)
void squared_edge_lengths(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedL > &L)
CCL_NAMESPACE_BEGIN struct Window V