3ff5aa43971cc70a5ae233be9b9a6d93b8e72dce
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%