No description
- Go 100%
| .gitignore | ||
| .gitlab-ci.yml | ||
| bresenham.go | ||
| bresenham_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README | ||
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.