wraparound

Convenient handling of points on a seamless 2-dimensional plane

http://frigidcode.com

Latest on Hackage:0.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Christopher Howard
Maintained by [email protected]

WrapAround helps you perform calculations involving points on a finite, unbounded plane, in which objects that move across one edge of the map appear on the other. Add points, calculate distance, and so forth without worrying about the edge cases and frustrating math mistakes.