libigl v2.5.0
Loading...
Searching...
No Matches
smooth_corner_adjacency.h
Go to the documentation of this file.
1#ifndef IGL_SMOOTH_CORNER_ADJACENCY_H
2#define IGL_SMOOTH_CORNER_ADJACENCY_H
3
4#include <Eigen/Core>
5#include "igl_inline.h"
6
7namespace igl
8{
20 const Eigen::MatrixXd & V,
21 const Eigen::MatrixXi & F,
22 const double corner_threshold_radians,
23 Eigen::VectorXi & CI,
24 Eigen::VectorXi & CC);
35 const Eigen::MatrixXi & FV,
36 const Eigen::MatrixXi & FN,
37 Eigen::VectorXi & CI,
38 Eigen::VectorXi & CC);
39}
40
41#ifndef IGL_STATIC_LIBRARY
42# include "smooth_corner_adjacency.cpp"
43#endif
44
45#endif
Definition AABB.h:17
void smooth_corner_adjacency(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const double corner_threshold_radians, Eigen::VectorXi &CI, Eigen::VectorXi &CC)
Determine the corner-to-face adjacency relationship that can be used for computing crease-aware per-c...