- Last Change:
- Clone URL:
ssh://anonymous@eburk.gothub.org:2249/bresenham.git
- ECDSA:
SHA256:+8G/Cmnl/Se78PfC8/Aumjmkg6wQkPq3/HLtpMGk9Mg
- ED25519:
SHA256:M7nNXWPL7issS+0friWxnfLWAGKINNnhpll5ya6+joE
- RSA:
SHA256:kDHbPppFW4cpshA1S87hfVB25qb0dVZ/gAeCeSx9pgE
Commit Briefs
Branches
Tree
| .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.
