Crates.io | griditer |
lib.rs | griditer |
version | 0.1.0 |
source | src |
created_at | 2020-09-19 16:26:26.415468 |
updated_at | 2020-09-19 16:26:26.415468 |
description | Contains a couple of iterators for implementing 2D grid based algoritms. |
homepage | |
repository | https://github.com/terrapass/rs-griditer |
max_upload_size | |
id | 290455 |
size | 22,485 |
This crate is a (so far tiny) collection of iterator types useful in implementing grid-based algorithms.
Currently only Bresenham's and Perimeter iterators are available.