Module geometry_tools::bounding[][src]

Functions

calculate_aabb_from_points

Calculates an axis-aligned bounding box (abbreviated aabb) of the form (min_xyz, max_xyz) containing all the specified points.

calculate_bounding_sphere_from_points

Calculates a bounding sphere of the form (center, radius) that containts all the specified points. The returned result will contain all points but may be larger than the optimal solution.