36template<
typename DerivedV,
typename DerivedF,
typename DerivedL>
37inline void edge_lengths(
const Eigen::PlainObjectBase<DerivedV> &
V,
38 const Eigen::PlainObjectBase<DerivedF> &
F,
39 Eigen::PlainObjectBase<DerivedL> &
L);
58template<
typename DerivedV,
typename DerivedF,
typename DerivedL>
60 const Eigen::PlainObjectBase<DerivedF> &
F,
61 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