]> git.tdb.fi Git - libs/math.git/commit
Add a missing condition to BoundingBox subtraction
authorMikko Rasa <tdb@tdb.fi>
Mon, 23 Jan 2023 11:48:55 +0000 (13:48 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 23 Jan 2023 11:48:55 +0000 (13:48 +0200)
commit2823b675aef2d7fe3748dddc31a9086c45cc9d85
treea1544adf4534afb73c1ca07e48f8e683477fff7f
parent264ad458cd0f6ef9fb7b15bfe5314d66ac28d63d
Add a missing condition to BoundingBox subtraction

If the positive box extends to both sides of the negative box, the result
should be equal to the positive box.
source/geometry/boundingbox.h
tests/boundingbox.cpp