plottery_lib 0.7.0

Core geometry library of Plottery, a creative coding framework for generative vector graphics and pen plotting.
Documentation
1
2
3
4
pub static LARGE_EPSILON: f32 = 0.000_01_f32;

/// The golden ratio, φ = (1 + √5) / 2 ≈ 1.618033988749895
pub static GR: f32 = 1.618_034_f32;