Module details

Source
Expand description

Free functions for some special cases of bounding-volume computation.

Functionsยง

local_point_cloud_aabb
Computes the Aabb of a set of points.
local_point_cloud_aabb_ref
Computes the Aabb of a set of points.
local_support_map_aabb
Computes the Aabb of an support mapped shape.
point_cloud_aabb
Computes the Aabb of a set of points transformed by m.
point_cloud_aabb_ref
Computes the Aabb of a set of point references transformed by m.
point_cloud_bounding_sphere
Computes a bounding sphere of the specified set of point.
support_map_aabb
Computes the Aabb of an support mapped shape.