We have two implementations of a containment predicate on points: One via the PointCulling trait, and one via the ConvexPolyhedron trait. They should behave the same.
This also fixes a bug in the tests where the Aabb was equal to the entire point cloud's bbox.
We have two implementations of a containment predicate on points: One via the
PointCulling
trait, and one via theConvexPolyhedron
trait. They should behave the same.This also fixes a bug in the tests where the Aabb was equal to the entire point cloud's bbox.