Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
per_corner_normals.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "per_corner_normals.cpp"
+ Include dependency graph for per_corner_normals.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedCN >
IGL_INLINE void igl::per_corner_normals (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const double corner_threshold, Eigen::PlainObjectBase< DerivedCN > &CN)
 
template<typename DerivedV , typename DerivedF , typename DerivedFN , typename DerivedCN >
IGL_INLINE void igl::per_corner_normals (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedFN > &FN, const double corner_threshold, Eigen::PlainObjectBase< DerivedCN > &CN)
 
template<typename DerivedV , typename DerivedF , typename DerivedFN , typename IndexType , typename DerivedCN >
IGL_INLINE void igl::per_corner_normals (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedFN > &FN, const std::vector< std::vector< IndexType > > &VF, const double corner_threshold, Eigen::PlainObjectBase< DerivedCN > &CN)