Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
per_face_normals.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "per_face_normals.cpp"
+ Include dependency graph for per_face_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 DerivedZ , typename DerivedN >
IGL_INLINE void igl::per_face_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedZ > &Z, Eigen::PlainObjectBase< DerivedN > &N)
 
template<typename DerivedV , typename DerivedF , typename DerivedN >
IGL_INLINE void igl::per_face_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedN > &N)
 
template<typename DerivedV , typename DerivedF , typename DerivedN >
IGL_INLINE void igl::per_face_normals_stable (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedN > &N)