aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/rectangle.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* utils/math: Remove custom implementation of min/max.Alexander Sulfrian2015-04-031-7/+8
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
* rectangle: add possibility to get dimensionAlexander Sulfrian2013-01-181-0/+5
* utils/rectangle: add is_in(Point)Alexander Sulfrian2013-01-181-0/+15
* utils/rectangle: add + and =+ operator to move rectangleAlexander Sulfrian2013-01-181-0/+19
* utils/rectangle: add set_leftAlexander Sulfrian2013-01-181-0/+7
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
* menu/clipping_helper: made clipping workingAlexander Sulfrian2013-01-131-0/+7
* utils/rectangle: removed external constructors and added helperAlexander Sulfrian2013-01-131-14/+0
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-131-8/+19
* utils/rectangle: added ctor to create a Rectange from a FTBoxAlexander Sulfrian2013-01-131-0/+8
* 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