14#include <lagrange/legacy/inline.h>
15#include <lagrange/raycasting/api.h>
17#ifdef LAGRANGE_WITH_EMBREE_3
18 #include <embree3/rtcore.h>
20 #include <embree4/rtcore.h>
29namespace EmbreeHelper {
32void ensure_no_errors(
const RTCDevice& device);
Raycasting operations.
Definition ClosestPointResult.h:22
Main namespace for Lagrange.