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);
42 const Eigen::MatrixBase<DerivedV> & V,
43 const Eigen::MatrixBase<DerivedT> & T,
44 Eigen::PlainObjectBase<DerivedR> & R,
45 Eigen::PlainObjectBase<DerivedC> & C,
46 Eigen::PlainObjectBase<DerivedB> & B);
49#ifndef IGL_STATIC_LIBRARY
50# 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).