Tree
- Tree:
14d964e3479d06e6d537578011247a77b1da37cc- Date:
- Message:
- add github link to mod
| .gitignore | commits | blame |
| LICENSE | commits | blame |
| README.md | commits | blame |
| bresenham.go | commits | blame |
| bresenham_test.go | commits | blame |
| go.mod | commits | blame |
| go.sum | commits | blame |
README.md
# 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.
