Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
reorient_facets_raycast.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include "reorient_facets_raycast.cpp"
+ Include dependency graph for reorient_facets_raycast.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 DerivedV , typename DerivedF , typename DerivedI , typename DerivedC >
IGL_INLINE void igl::embree::reorient_facets_raycast (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, int rays_total, int rays_minimum, bool facet_wise, bool use_parity, bool is_verbose, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C)
 
template<typename DerivedV , typename DerivedF , typename DerivedFF , typename DerivedI >
IGL_INLINE void igl::embree::reorient_facets_raycast (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedI > &I)