Module geometry_tools::bounding

source ·
Expand description

Functions for calculating bounding spheres and axis-aligned bounding boxes.

Functions§

  • Calculates an axis-aligned bounding box (abbreviated aabb) of the form (min_xyz, max_xyz) containing all the specified points.
  • Calculates a bounding sphere of the form (center, radius) that contains all the specified points. The returned result may be larger than the optimal solution.
  • Calculates a bounding sphere of the form (center, radius) that contains all the specified bounding spheres. The returned result may be larger than the optimal solution.