[][src]Module purrmitive::math

Mathematical helper functions and types.

Modules

nq

NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See "Kohonen neural networks for optimal colour quantization" in "Network: Computation in Neural Systems" Vol. 5 (1994) pp 351-367. for a discussion of the algorithm. See also https://scientificgems.wordpress.com/stuff/neuquant-fast-high-quality-image-quantization/

utils

Shared mathematical utility functions.

Structs

Rect

A Rectangle defined by its top left corner, width and height.