Tree
- Tree:
0773926d96c7fe442516c61d987acb45aafd078c- Date:
- Message:
- init
| .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.
