Skip to content

Instantly share code, notes, and snippets.

View HowardMilano's full-sized avatar

Howard Milano HowardMilano

View GitHub Profile
@robinhouston
robinhouston / doyle.js
Last active July 24, 2024 00:36
Doyle spiral circle packing
/* Numerics for Doyle spirals.
* Robin Houston, 2013
*/
(function() {
var pow = Math.pow,
sin = Math.sin,
cos = Math.cos,
pi = Math.PI;