Blender V4.3
edge_lengths.cpp File Reference
#include "BLI_task.hh"
#include "edge_lengths.h"

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)