]> git.tdb.fi Git - libs/math.git/history - source/geometry/compositeshape.h
Optimize bounding box bisection with more early culling
[libs/math.git] / source / geometry / compositeshape.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...
2017-04-17 Mikko RasaFix composite shape ray intersection logic
2016-08-19 Mikko RasaAdjust start_nesting in CompositeShape::get_intersections
2016-07-02 Mikko RasaRework CompositeShape algorithms
2013-05-22 Mikko RasaMake CompositeShape::get_intersections work with null...
2013-05-22 Mikko RasaImplement the missing assignment operator in CompositeShape
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 RasaRewrite composite shape vector constructors with iterat...
2013-05-22 Mikko RasaMake the check_intersection function non-virtual
2013-05-21 Mikko RasaProperly sort intersection points for complex shapes
2013-05-21 Mikko RasaAdd shapes representing set operations