valora 0.2.8

A brush for generative fine art.
Documentation
//! Forms.

mod ellipse;
mod ngon;
mod polygon;

pub use self::{ellipse::*, ngon::*, polygon::*};