]> git.tdb.fi Git - libs/math.git/commit
Implement bounding boxes with a separate class
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2013 17:34:01 +0000 (20:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2013 19:46:16 +0000 (22:46 +0300)
commit09cc3a8648dd20e9a07d669b353c4a120b67c1c4
tree8bf8d32360079354a7ccfe2716f747b6484cd1ad
parentf7dcf3f0be55316bf20ac0c318dd90cb78a75c80
Implement bounding boxes with a separate class

This solves several problems with them, including positioning off the
origin and bounding boxes of negated shapes.
source/geometry/boundingbox.h [new file with mode: 0644]
source/geometry/compositeshape.h
source/geometry/extrudedshape.h
source/geometry/halfspace.h
source/geometry/hyperbox.h
source/geometry/hypersphere.h
source/geometry/intersection.h
source/geometry/negation.h
source/geometry/shape.h
source/geometry/transformedshape.h
source/geometry/union.h