Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
unproject_in_mesh.h File Reference
#include <igl/igl_inline.h>
#include <Eigen/Core>
#include <vector>
#include "../Hit.h"
#include "unproject_in_mesh.cpp"
+ Include dependency graph for unproject_in_mesh.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::embree
 

Functions

template<typename Derivedobj >
IGL_INLINE int igl::embree::unproject_in_mesh (const Eigen::Vector2f &pos, const Eigen::Matrix4f &model, const Eigen::Matrix4f &proj, const Eigen::Vector4f &viewport, const EmbreeIntersector &ei, Eigen::PlainObjectBase< Derivedobj > &obj, std::vector< igl::Hit > &hits)
 
template<typename Derivedobj >
IGL_INLINE int igl::embree::unproject_in_mesh (const Eigen::Vector2f &pos, const Eigen::Matrix4f &model, const Eigen::Matrix4f &proj, const Eigen::Vector4f &viewport, const EmbreeIntersector &ei, Eigen::PlainObjectBase< Derivedobj > &obj)