Expand description
Bounding volumes.
Structs§
- AABB
- An Axis Aligned Bounding Box.
- Bounding
Sphere - A Bounding Sphere.
- Spatialized
Normal Cone - The combination of an AABB with a circular cone to bound both the space occupied by an geometry and its normals.
Enums§
- Circular
Cone - A cone with a circular basis and its apex at the origin.
Traits§
- Bounding
Volume - Trait of bounding volumes.
- HasBounding
Volume - Traits of objects having a bounding volume.
Functions§
- aabb
- Computes the axis-aligned bounding box of a shape
g
transformed bym
. - ball_
aabb - Computes the Axis-Aligned Bounding Box of a ball transformed by
center
. - bounding_
sphere - Computes the bounding sphere of a shape
g
transformed bym
. - local_
aabb - Computes the axis-aligned bounding box of a shape
g
. - local_
bounding_ sphere - Computes the bounding sphere of a shape
g
. - local_
point_ cloud_ aabb - 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_ bounding_ sphere - Computes a bounding sphere of the specified set of point.
- point_
cloud_ bounding_ sphere_ with_ center - Computes the bounding sphere of a set of point, given its center.
- support_
map_ aabb - Computes the AABB of an support mapped shape.