From: Mikko Rasa Date: Wed, 22 May 2013 17:34:01 +0000 (+0300) Subject: Implement bounding boxes with a separate class X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=09cc3a8648dd20e9a07d669b353c4a120b67c1c4;hp=09cc3a8648dd20e9a07d669b353c4a120b67c1c4;p=libs%2Fmath.git Implement bounding boxes with a separate class This solves several problems with them, including positioning off the origin and bounding boxes of negated shapes. ---