]> git.tdb.fi Git - libs/math.git/history - source/geometry
Take care not to count initialization values when finding min/max
[libs/math.git] / source / geometry /
2013-05-23 Mikko RasaTake care not to count initialization values when findi...
2013-05-23 Mikko RasaSome bounding box logic fixes
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 RasaFix a case in ExtrudedShape with certain ray parameters
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 RasaAdd a HalfSpace shape
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
2013-05-21 Mikko RasaMiscellaneous fixes, mostly stylistic
2013-05-21 Mikko RasaVerify that parameters make sense
2013-05-21 Mikko RasaMath function usage fixes
2013-05-21 Mikko RasaTransform normals correctly
2013-05-20 Mikko RasaAdd a class for extruded shapes
2013-05-20 Mikko RasaAdd a distance limit to Ray
2013-05-20 Mikko RasaRecord distance in SurfacePoint
2013-05-20 Mikko RasaGive Vector constructors from one higher/lower dimension
2013-05-19 Mikko RasaAdd basic description for all classes
2013-05-19 Mikko RasaAdd more collision check functions for shapes
2013-05-19 Mikko RasaUse a cached inverse transformation in TransformedShape
2013-05-19 Mikko RasaAdd multiplication and inversion operations to AffineTr...
2013-05-19 Mikko RasaSome more member mis-use fixes
2013-05-19 Mikko RasaDon't qualify potentially overloaded functions with...
2013-05-19 Mikko RasaTransformedShape should derive from Shape
2013-05-18 Mikko RasaFix AffineTransformation::translate
2013-05-17 Mikko RasaImprovements to the Angle class
2013-05-17 Mikko RasaRedesign the Vector interface
2013-05-15 Mikko RasaBeginnings of a geometry library