Documentation tidying.

This commit is contained in:
Michael Bayne
2011-06-13 13:23:15 -07:00
parent 55ed3ec510
commit f156858442
+3 -6
View File
@@ -29,12 +29,9 @@ certain design goals.
* The library is specialized on the primitive types rather than attempting to * The library is specialized on the primitive types rather than attempting to
support all types in a single class hierarchy. `pythagoras.f` and support all types in a single class hierarchy. `pythagoras.f` and
`pythagoras.d` provide essentially the same functionality using 32-bit and `pythagoras.d` provide essentially the same functionality using 32-bit and
64-bit floating point values throughout. 64-bit floating point values throughout. `pythagoras.i` is specialized on int
and contains none of the curved geometry classes. It is targeted toward
* A version of the library exists that is specialized on `int` values: applications that need "pixel geometry".
`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.
## License ## License