![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <Eigen/Core>#include <Eigen/Geometry>#include "ray_box_intersect.cpp"
Include dependency graph for ray_box_intersect.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | igl |
Functions | |
| template<typename Derivedsource , typename Deriveddir , typename Scalar > | |
| IGL_INLINE bool | igl::ray_box_intersect (const Eigen::MatrixBase< Derivedsource > &source, const Eigen::MatrixBase< Deriveddir > &dir, const Eigen::AlignedBox< Scalar, 3 > &box, const Scalar &t0, const Scalar &t1, Scalar &tmin, Scalar &tmax) |