]> git.tdb.fi Git - libs/math.git/shortlog
libs/math.git
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 RasaAdd four-component members and constructor to Vector
2013-05-18 Mikko RasaFix AffineTransformation::translate
2013-05-18 Mikko RasaFix Matrix template copy constructor
2013-05-17 Mikko RasaImprovements to the Angle class
2013-05-17 Mikko RasaRedesign the Vector interface
2013-05-15 Mikko RasaSome basic test cases
2013-05-15 Mikko RasaBeginnings of a geometry library
2013-05-14 Mikko RasaAdd a Vector2 class
2013-05-14 Mikko RasaUse the correct multiplication operator
2013-05-14 Mikko RasaMove some simple function definitions inside the class...
2013-05-13 Mikko RasaAnother big batch of stuff
2013-04-27 Mikko RasaMinor fixes
2013-04-27 Mikko RasaRename the library to mspmath and make linal a sublibrary
2012-08-30 Mikko RasaBasic vector and matrix classes