Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
project_isometrically_to_plane.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "project_isometrically_to_plane.cpp"
+ Include dependency graph for project_isometrically_to_plane.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 DerivedU , typename DerivedUF , typename Scalar >
IGL_INLINE void igl::project_isometrically_to_plane (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedU > &U, Eigen::PlainObjectBase< DerivedUF > &UF, Eigen::SparseMatrix< Scalar > &I)