line_2d 0.2.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)
[![Travis-CI Status](https://travis-ci.org/stevebob/line-2d.svg?branch=master)](https://travis-ci.org/stevebob/line-2d)
[![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