79d7e1e43ddc27a68c5ee4f5caf56f8b42d185e9
Bresenham
A quick generic implementation of Bresenham's Line Algorithm.
Usage
Arguments are constrained to signed types. The line is returned as a slice of type Point[T]
, a type provided by the library.
Description
Languages
Go
100%