bresenham_zip 0.1.0

Iterator to perform Bresenham over two lines of the same triangle simultaneusly for triangle rasterization
Documentation
1
2
3
4
5
//! Module with the BresenhamZips and library logic
pub use zip_y::BresenhamZipY;

mod zip_y;
mod error;