8#ifndef IGL_CIRCUMRADIUS_H
9#define IGL_CIRCUMRADIUS_H
25 const Eigen::MatrixBase<DerivedV> & V,
26 const Eigen::MatrixBase<DerivedF> & F,
27 Eigen::PlainObjectBase<DerivedR> & R);
29#ifndef IGL_STATIC_LIBRARY
30# include "circumradius.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void circumradius(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedR > &R)
Compute the circumradius of each triangle in a mesh (V,F)