Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
unproject_to_zero_plane.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include "unproject_to_zero_plane.cpp"
+ Include dependency graph for unproject_to_zero_plane.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 void igl::opengl2::unproject_to_zero_plane (const double winX, const double winY, double *objX, double *objY, double *objZ)
 
template<typename Derivedwin , typename Derivedobj >
IGL_INLINE void igl::opengl2::unproject_to_zero_plane (const Eigen::PlainObjectBase< Derivedwin > &win, Eigen::PlainObjectBase< Derivedobj > &obj)