Module bbox

Module bbox 

Source
Expand description

n-dimensional bounding boxes.

Structs§

BBox
A bounding box.

Functions§

bb2d
Creates a 2d bounding box from ranges of x and y coordinates.
bb3d
Creates a 3d bounding box from ranges of x, y and z coordinates.
bb4d
Creates a 4d bounding box from ranges of x, y, z and w coordinates.

Type Aliases§

BBox2d
A 2d bounding box.
BBox3d
A 3d bounding box.
BBox4d
A 4d bounding box.