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 bym
. - point_
cloud_ aabb_ ref - Computes the
Aabb
of a set of point references transformed bym
. - 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.