//! Contains the `PointDistance` trait used for querying the distance to a point to a bvh.
use crateBHValue;
/// A trait implemented by shapes that can be queried for their distance to a point.
///
/// Used for the `Bvh::nearest_to` method that returns the nearest shape to a point.