[src]

Module ncollide2df64::bounding_volume

Bounding volumes.

Structs

AABB

An Axis Aligned Bounding Box.

WithAABB

Wrapper which implements HasBoundingVolume<M, AABB> for objects implementing HasAABB.

Traits

BoundingVolume

Trait of bounding volumes.

HasAABB

Traits of objects that can be approximated by an AABB.

HasBoundingVolume

Traits of objects having a bounding volume.

LooseBoundingVolume

Trait of loose bounding volume.

Functions

ball_aabb

Computes the Axis-Aligned Bounding Box of a ball.

implicit_shape_aabb

Builds the AABB of an implicit shape.