24 template<
typename DerivedM,
typename DerivedR>
26 const Eigen::MatrixBase<DerivedM>& M,
27 Eigen::PlainObjectBase<DerivedR>& R);
30#ifndef IGL_STATIC_LIBRARY
31#include "sort_angles.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void sort_angles(const Eigen::MatrixBase< DerivedM > &M, Eigen::PlainObjectBase< DerivedR > &R)
Sort angles in ascending order in a numerically robust way.