8#ifndef IGL_SMOOTH_CORNER_ADJACENCY_H
9#define IGL_SMOOTH_CORNER_ADJACENCY_H
32 const Eigen::MatrixBase<DerivedV> & V,
33 const Eigen::MatrixBase<DerivedF> & F,
34 const double corner_threshold_radians,
35 Eigen::PlainObjectBase<DerivedCI> & CI,
36 Eigen::PlainObjectBase<DerivedCC> & CC);
52 const Eigen::MatrixBase<DerivedFV> & FV,
53 const Eigen::MatrixBase<DerivedFN> & FN,
54 Eigen::PlainObjectBase<DerivedCI> & CI,
55 Eigen::PlainObjectBase<DerivedCC> & CC);
58#ifndef IGL_STATIC_LIBRARY
59# include "smooth_corner_adjacency.cpp"
void smooth_corner_adjacency(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const double corner_threshold_radians, Eigen::PlainObjectBase< DerivedCI > &CI, Eigen::PlainObjectBase< DerivedCC > &CC)
Determine the corner-to-face adjacency relationship that can be used for computing crease-aware per-c...