commit - c6af75fea4969f4c4a8e552b90ff38f1fab0433d
commit + 73db76d0f0f70af1fa7ab8025b7afa829356f9fa
blob - 5297241ab248929cb1c0c1930cd83d244f3676a6 (mode 644)
blob + /dev/null
--- README.md
+++ /dev/null
-# 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.
\ No newline at end of file
blob - /dev/null
blob + 607ccbbde624cf9aa52cc3cbeabf725a740bb3b8 (mode 644)
--- /dev/null
+++ 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.