aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/rectangle.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* utils/rectangle: the points should be modifiableAlexander Sulfrian2013-01-131-2/+2
* utils/dimension: added template for types of the metricsAlexander Sulfrian2013-01-051-1/+1
* utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian2013-01-051-0/+23
* utils/rectangle: added shortcut for accessing the position of a rectangleAlexander Sulfrian2013-01-051-0/+10
* utils/rectangle: added constructor for array of valuesAlexander Sulfrian2013-01-051-0/+6
* utils: templatized point, point_3d and rectangleAlexander Sulfrian2013-01-051-12/+52
* fixed include pathsAlexander Sulfrian2013-01-051-2/+2
* added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classesAlexander Sulfrian2013-01-051-0/+54