From c74496098446ace1c1fcef183d43d6947815f1db Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 15 Apr 2009 05:54:07 +0000 Subject: patch from Ilya Baran: This small patch fixes a potential initialization bug in BVAlgorithms and slightly corrects the BVH doc. --- unsupported/Eigen/BVH | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Eigen/BVH') diff --git a/unsupported/Eigen/BVH b/unsupported/Eigen/BVH index 4fda52b97..39ec9e1b0 100644 --- a/unsupported/Eigen/BVH +++ b/unsupported/Eigen/BVH @@ -54,8 +54,8 @@ namespace Eigen { * - Determine all points where a ray intersects a triangle mesh * - Given a set of points, determine which are contained in a query sphere * - Given a set of spheres, determine which contain the query point - * - Given a set of spheres, determine if any is completely contained in a query box (not an intersection query, - but can still be accelerated by pruning all spheres that do not intersect the query box) + * - Given a set of disks, determine if any is completely contained in a query rectangle (represent each 2D disk as a point \f$(x,y,r)\f$ + * in 3D and represent the rectangle as a pyramid based on the original rectangle and shrinking in the \f$r\f$ direction) * - Given a set of points, count how many pairs are \f$d\pm\epsilon\f$ apart (done by looking at the cartesian product of the set * of points with itself) * -- cgit v1.2.3