libigl v2.5.0
Loading...
Searching...
No Matches
sort_angles.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "sort_angles.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedM , typename DerivedR >
void igl::sort_angles (const Eigen::MatrixBase< DerivedM > &M, Eigen::PlainObjectBase< DerivedR > &R)
 Sort angles in ascending order in a numerically robust way.