]> git.tdb.fi Git - libs/math.git/history - source/geometry/negation.h
Optimize bounding box bisection with more early culling
[libs/math.git] / source / geometry / negation.h
2017-04-18 Mikko RasaOptimize bounding box bisection with more early culling
2017-04-18 Mikko RasaUse the coverage function to calculate tighter bounding...
2017-04-18 Mikko RasaAdd a function to test whether a shapes covers a boundi...
2016-07-02 Mikko RasaAdd an entry flag to SharedPoint
2013-05-25 Mikko RasaNegation contains a pointer and needs copy c'tor and...
2013-05-22 Mikko RasaPut the common #includes in shape.h
2013-05-22 Mikko RasaImplement bounding boxes with a separate class
2013-05-22 Mikko RasaMake the check_intersection function non-virtual
2013-05-21 Mikko RasaAdd shapes representing set operations