Module acacia::partition
[−]
[src]
Abstraction of spatial partitioning schemes
Modules
| cubemap |
Cubemapping module |
Structs
| Box2 |
A 2d box of intervals |
| Box3 |
A 3d box of intervals |
| Interval |
A half-open interval [a, b) between two points a and b |
| Ncube |
An N-cube based partitioning scheme |
| UnitQuad |
A partition of the unit quad [0, 1) × [0, 1) |
Traits
| Mid |
The notion of a mid point between two inputs |
| Partition |
A type describing a partition of some space |
| Subdivide |
A type that can be subdivided |