1#ifndef IGL_STRAIGHTEN_SEAMS_H
2#define IGL_STRAIGHTEN_SEAMS_H
39 const Eigen::MatrixBase<DerivedV> & V,
40 const Eigen::MatrixBase<DerivedF> & F,
41 const Eigen::MatrixBase<DerivedVT> & VT,
42 const Eigen::MatrixBase<DerivedFT> & FT,
44 Eigen::PlainObjectBase<DerivedUE> & UE,
45 Eigen::PlainObjectBase<DerivedUT> & UT,
46 Eigen::PlainObjectBase<DerivedOT> & OT);
49#ifndef IGL_STATIC_LIBRARY
50# include "straighten_seams.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void straighten_seams(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedVT > &VT, const Eigen::MatrixBase< DerivedFT > &FT, const Scalar tol, Eigen::PlainObjectBase< DerivedUE > &UE, Eigen::PlainObjectBase< DerivedUT > &UT, Eigen::PlainObjectBase< DerivedOT > &OT)
Given a obj-style mesh with (V,F) defining the geometric surface of the mesh and (VT,...