From f1568584423564be78441ae23dcd13a81f26702b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 13 Jun 2011 13:23:15 -0700 Subject: [PATCH] Documentation tidying. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6bccf0d..65d2a1c 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,9 @@ certain design goals. * The library is specialized on the primitive types rather than attempting to support all types in a single class hierarchy. `pythagoras.f` and `pythagoras.d` provide essentially the same functionality using 32-bit and - 64-bit floating point values throughout. - -* A version of the library exists that is specialized on `int` values: - `pythagoras.i`. It does not provide many of the more complex geometric - shapes, and is targeted toward performing "pixel geometry" where lines do - not have zero width, but rather have single pixel width. + 64-bit floating point values throughout. `pythagoras.i` is specialized on int + and contains none of the curved geometry classes. It is targeted toward + applications that need "pixel geometry". ## License