Module box_intersect_ze::boxes[][src]

Boxes of various types and dimensions that can be checked for intersection

Structs

BoxND

A generic N-dimensional box with bounds of type B

Traits

BBox

Trait for a DIM-dimensional box with bounds of type Num. More precisely, the cartesian product of DIM half-open intervals. You probably want to use one of the box types below instead of implementing this yourself.

Type Definitions

Box2D

A 2-dimensional box with generic bounds of type B

Box2Df32

A 2-dimensional box with bounds of type f32

Box2Df64

A 2-dimensional box with bounds of type f64

Box3D

A 3-dimensional box with generic bounds of type B

Box3Df32

A 3-dimensional box with bounds of type f32

Box3Df64

A 3-dimensional box with bounds of type f64