line_2d 0.6.0

Bresenham's line algorithm as a rust iterator
Documentation
1
2
3
4
5
6
7
8
# line-2d

[![Version](https://img.shields.io/crates/v/line_2d.svg)](https://crates.io/crates/line_2d)
[![Documentation](https://docs.rs/line_2d/badge.svg)](https://docs.rs/line_2d)
[![test](https://github.com/gridbugs/line-2d/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/line-2d/actions/workflows/test.yml)
[![dependency status](https://deps.rs/repo/github/stevebob/line-2d/status.svg)](https://deps.rs/repo/github/stevebob/line-2d)

Bresenham's line algorithm as a rust iterator