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

Go to the source code of this file.

Namespaces

namespace  igl
 

Enumerations

enum  igl::PerEdgeNormalsWeightingType { igl::PER_EDGE_NORMALS_WEIGHTING_TYPE_UNIFORM = 0 , igl::PER_EDGE_NORMALS_WEIGHTING_TYPE_AREA = 1 , igl::PER_EDGE_NORMALS_WEIGHTING_TYPE_DEFAULT = 2 , igl::NUM_PER_EDGE_NORMALS_WEIGHTING_TYPE = 3 }
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedFN , typename DerivedN , typename DerivedE , typename DerivedEMAP >
IGL_INLINE void igl::per_edge_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const PerEdgeNormalsWeightingType weight, const Eigen::MatrixBase< DerivedFN > &FN, Eigen::PlainObjectBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP)
 
template<typename DerivedV , typename DerivedF , typename DerivedN , typename DerivedE , typename DerivedEMAP >
IGL_INLINE void igl::per_edge_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const PerEdgeNormalsWeightingType weight, Eigen::PlainObjectBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP)
 
template<typename DerivedV , typename DerivedF , typename DerivedN , typename DerivedE , typename DerivedEMAP >
IGL_INLINE void igl::per_edge_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedN > &N, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP)