| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Paraiso.Orthotope
Description
In geometry, an Orthotope (also called a hyperrectangle or a box) is
the generalization of a rectangle for higher dimensions, formally
defined as the Cartesian product of Intervals.
Documentation
type Orthotope0 a = Vec0 (Interval a) Source
type Orthotope1 a = Vec1 (Interval a) Source
type Orthotope2 a = Vec2 (Interval a) Source
type Orthotope3 a = Vec3 (Interval a) Source