#include <igl/igl_inline.h>
#include <Eigen/Core>
#include "EmbreeIntersector.h"
#include "bone_visible.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename DerivedSD , typename Derivedflag > |
| IGL_INLINE void | igl::embree::bone_visible (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedSD > &s, const Eigen::PlainObjectBase< DerivedSD > &d, Eigen::PlainObjectBase< Derivedflag > &flag) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedSD , typename Derivedflag > |
| IGL_INLINE void | igl::embree::bone_visible (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const EmbreeIntersector &ei, const Eigen::PlainObjectBase< DerivedSD > &s, const Eigen::PlainObjectBase< DerivedSD > &d, Eigen::PlainObjectBase< Derivedflag > &flag) |
| |