Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
principal_curvature.h File Reference
#include <Eigen/Geometry>
#include <Eigen/Dense>
#include "igl_inline.h"
#include "principal_curvature.cpp"
+ Include dependency graph for principal_curvature.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 DerivedPD1 , typename DerivedPD2 , typename DerivedPV1 , typename DerivedPV2 >
IGL_INLINE void igl::principal_curvature (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedPD1 > &PD1, Eigen::PlainObjectBase< DerivedPD2 > &PD2, Eigen::PlainObjectBase< DerivedPV1 > &PV1, Eigen::PlainObjectBase< DerivedPV2 > &PV2, unsigned radius=5, bool useKring=true)