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
 
namespace  igl::opengl2
 

Functions

IGL_INLINE int igl::opengl2::project (const double objX, const double objY, const double objZ, double *winX, double *winY, double *winZ)
 
template<typename Derivedobj , typename Derivedwin >
IGL_INLINE int igl::opengl2::project (const Eigen::PlainObjectBase< Derivedobj > &obj, Eigen::PlainObjectBase< Derivedwin > &win)
 
template<typename Derivedobj >
IGL_INLINE Derivedobj igl::opengl2::project (const Eigen::PlainObjectBase< Derivedobj > &obj)