Expand description
Parametric curve samplers: pure t -> (x, y) functions written straight
into a preallocated segment buffer. Cheap enough to resample every frame
(ADR-0007 parametric build model), so continuous audio can sweep the shape
live. Deterministic: no wall-clock, no randomness — the same parameters
always yield the same segments (NFR 6).
Structs§
- Rose
Params - Everything
maurer_roseneeds, by name.
Constants§
- SMOOTH_
CORNER_ SHARE - The largest share of a Maurer walk’s vertices that may be corners before
maurer_rose_piecesdeclines to fit it — is this a curve at all?
Functions§
- maurer_
rose - Sample a Maurer rose into
out(cleared first).