bresenham 0.1.1

A fast, iterator-based integer-only implementation of Bresenham's line algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Marc Brinkmann <git@marcbrinkmann.de>"]
description = "A fast, iterator-based integer-only implementation of Bresenham's line algorithm."
documentation = "https://mbr.github.io/bresenham-rs/bresenham"
license = "MIT"
name = "bresenham"
repository = "https://github.com/mbr/bresenham-rs"
version = "0.1.1"