libigl v2.5.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"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedU , typename DerivedUF , typename Scalar >
void igl::project_isometrically_to_plane (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedU > &U, Eigen::PlainObjectBase< DerivedUF > &UF, Eigen::SparseMatrix< Scalar > &I)
 Project each triangle to the plane.