pizarra 3.0.1

The backend for a simple vector hand-drawing application
Documentation
1
2
3
4
5
6
7
8
pub mod polygon;
pub mod rectangle;
pub mod three_point_circle;
pub mod center_and_radius_circle;
pub mod free_hand_line;
pub mod foci_and_point_ellipse;
pub mod grid;
pub mod free_grid;