Generator
voronoi
A generator in the geometry library, called 7 times across 1 essays. Below: what it draws at its defaults and at each mode an essay asks for, what it checks while drawing, and everywhere it is used.
voronoi is one function. Everything below came out of it during this
build, at parameters taken from the essays rather than invented for this page — so a figure
here is the same figure a reader meets in an essay, and if the generator changes, this page
changes with it.
At its defaults
show: "bisector"
show: "delaunay"
What it checks while it draws
Collected by running the family and listening to lib/verify.js, not written
here. The count is how many separate times this build put that claim to the test.
- the centre of cell 0 is nearest to site 0 ×20
- every site keeps a cell ×1
- no triangle's circumcircle holds another site ×1
- the bisector is where the two distances tie ×1
- the cells account for the whole box, with nothing double-covered ×1
- the triangulation is not empty ×1
Where it is called
Changing this generator changes every figure on this list. That is what makes the list worth publishing rather than keeping in a check script.