| MarchingSquares |
A simple implementation of the marching squares algorithm that can identify
perimeters in an supplied raster.
|
| MovingAverager |
Class for calculating a moving average.
|
| Path |
Combines a sequence of directions into a path that is rooted at some point in
the plane.
|
| Point2d |
A point in 2D space represented by x and y coordinate asn doubles
|
| Point2i |
A point in 2D space represented by x and y coordinate asn doubles
|
| PrecomputedRandom |
|
| ShapeConverter |
A polygon converter for Voronoi raster output
|
| StoredRandom |
|
| Tuple2d |
|
| Tuple2i |
|
| Vector2d |
|
| VoronoiAlgorithm<N,Row,Column,Color,Font> |
Implementation of the Voronoi algorithm.
|
| VoronoiCell |
A Voronoi Cell containing all related data and properties
|
| VoronoiOutputRaster |
The raster Output of a Voronoi treemap layout.
|