![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for unproject.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 (const double winX, const double winY, const double winZ, double *objX, double *objY, double *objZ) |
| template<typename Derivedwin , typename Derivedobj > | |
| IGL_INLINE void | igl::opengl2::unproject (const Eigen::PlainObjectBase< Derivedwin > &win, Eigen::PlainObjectBase< Derivedobj > &obj) |
| template<typename Derivedwin > | |
| IGL_INLINE Derivedwin | igl::opengl2::unproject (const Eigen::PlainObjectBase< Derivedwin > &win) |