Home
last modified time | relevance | path

Searched refs:check_bound_box (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/3d/
H A DRayTrace3D.h165 static bool check_bound_box(const bound_box3d_t *bbox, const rt_view_t *view);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/3d/
H A DRayTrace3D.cpp329 bool res = check_bound_box(&box, &ctx->view); in check_object()
617 if (!check_bound_box(&cap->bbox, &ctx->view)) in scan_objects()
678 check = !check_bound_box(&rt->bbox, &ctx->view); in scan_objects()
2107 bool RayTrace3D::check_bound_box(const bound_box3d_t *bbox, const rt_view_t *view) in check_bound_box() function in lsp::RayTrace3D