| 
    libigl v2.5.0
    
   | 
 
#include "igl_inline.h"#include "PI.h"#include <Eigen/Dense>#include <vector>#include "map_vertices_to_circle.cpp"Go to the source code of this file.
Namespaces | |
| namespace | igl | 
Functions | |
| void | igl::map_vertices_to_circle (const Eigen::MatrixXd &V, const Eigen::VectorXi &bnd, Eigen::MatrixXd &UV) | 
| Map the vertices whose indices are in a given boundary loop (bnd) on the unit circle with spacing proportional to the original boundary edge lengths.   | |