Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
project.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "project.cpp"
+ Include dependency graph for project.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 Scalar >
IGL_INLINE Eigen::Matrix< Scalar, 3, 1 > igl::project (const Eigen::Matrix< Scalar, 3, 1 > &obj, const Eigen::Matrix< Scalar, 4, 4 > &model, const Eigen::Matrix< Scalar, 4, 4 > &proj, const Eigen::Matrix< Scalar, 4, 1 > &viewport)
 
template<typename DerivedV , typename DerivedM , typename DerivedN , typename DerivedO , typename DerivedP >
IGL_INLINE void igl::project (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::MatrixBase< DerivedM > &model, const Eigen::MatrixBase< DerivedN > &proj, const Eigen::MatrixBase< DerivedO > &viewport, Eigen::PlainObjectBase< DerivedP > &P)