Module parry2d::bounding_volume[][src]

Bounding volumes.

Modules

details

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

Structs

AABB

An Axis Aligned Bounding Box.

BoundingSphere

A Bounding Sphere.

SimdAABB

Four AABB represented as a single SoA AABB with SIMD components.

Traits

BoundingVolume

Trait of bounding volumes.