Loading [MathJax]/extensions/tex2jax.js
libigl v2.5.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
map_vertices_to_circle.h File Reference
#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.