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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedV, typename DerivedTC, typename DerivedF, typename DerivedFTC, typename Derivedseams, typename Derivedboundaries, typename Derivedfoldovers>
void igl::seam_edges (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedTC > &TC, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedFTC > &FTC, Eigen::PlainObjectBase< Derivedseams > &seams, Eigen::PlainObjectBase< Derivedboundaries > &boundaries, Eigen::PlainObjectBase< Derivedfoldovers > &foldovers)
 Finds all UV-space boundaries of a mesh.