diff options
Diffstat (limited to 'libdimension/bvst.h')
-rw-r--r-- | libdimension/bvst.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdimension/bvst.h b/libdimension/bvst.h index e682b2c..d300cf9 100644 --- a/libdimension/bvst.h +++ b/libdimension/bvst.h @@ -60,6 +60,7 @@ void dmnsn_delete_bvst(dmnsn_bvst *tree); void dmnsn_bvst_insert(dmnsn_bvst *tree, dmnsn_object *object); void dmnsn_bvst_splay(dmnsn_bvst *tree, dmnsn_bvst_node *node); -dmnsn_intersection *dmnsn_bvst_search(dmnsn_bvst *tree, dmnsn_line ray); +bool dmnsn_bvst_search(dmnsn_bvst *tree, dmnsn_line ray, + dmnsn_intersection *intersection); #endif /* DIMENSION_IMPL_BVST_H */ |