AC-Vector-Fancy-2.4.0: Fancy type-system stuff for AC-Vector

Data.BoundingBox

Description

Convinience module providing all bounding box functionallity in one place.

Synopsis

Documentation

data BBox1

The BBox1 type is basically a Range, but all the operations over it work with Vector1 (which is really Scalar). While it's called a bounding box, a 1-dimensional box is in truth a simple line interval, just like Range.

data BBox2

A BBox2 is a 2D bounding box (aligned to the coordinate axies).

data BBox3

A BBox3 is a 3D bounding box (aligned to the coordinate axies).

data BBox4

A BBox4 is a 4D bounding box (aligned to the coordinate axies).