Commit Briefs

73db76d0f0 Evan Burkey

Convert README from markdown to plaintext (master)


c6af75fea4 Evan Burkey

ci


3ff5aa4397 Evan Burkey

add github link to mod


79d7e1e43d Evan Burkey

init


Branches

Tags

This repository contains no tags

Tree

.gitignorecommits | blame
.gitlab-ci.ymlcommits | blame
LICENSEcommits | blame
READMEcommits | blame
bresenham.gocommits | blame
bresenham_test.gocommits | blame
go.modcommits | blame
go.sumcommits | 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.