piecemeal library

Classes

Array2D<T>
A two-dimensional fixed-size array of elements of type T.
Circle
Utility class for handling simple rasterized circles of a relatively small radius.
Line
Traces a line of integer coordinates from a start point to and through an end point using Bresenham's line drawing algorithm.
Rect
A two-dimensional immutable rectangle with integer coordinates.
RectIterator
Rng
The Random Number God: deliverer of good and ill fortune alike.
Vec
A two-dimensional point with integer coordinates.

Enums

Direction

Mixins

VecMixin
Shared functionality between Vec and Direction.

Properties

rng Rng
A singleton instance of Rng globally available.
final