Tree
- Tree:
eda2e87e39a4ea878c5f758c1887f25d79d7584f- Date:
- Message:
- Convert README from markdown to plaintext
| .gitignore | commits | blame |
| .gitlab-ci.yml | commits | blame |
| LICENSE | commits | blame |
| README | commits | blame |
| bresenham.go | commits | blame |
| bresenham_test.go | commits | blame |
| go.mod | commits | blame |
| go.sum | commits | blame |
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.
