zaplib_vector 0.0.3

The vector library for Zaplib
Documentation
1
2
3
4
5
6
7
8
9
10
//! Vector graphics helper functions, mostly for working with fonts.
//!
//! For internal Zaplib use, unless you know what you're doing.

pub mod font;
pub mod geometry;
pub mod internal_iter;
pub mod path;
pub mod trapezoidator;
pub mod ttf_parser;