aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/point.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* utils/point: addition/subtraction should only be possible with same typeAlexander Sulfrian2013-01-131-4/+4
|
* utils/point: added possibility to change coordsAlexander Sulfrian2013-01-051-0/+10
|
* utils: templatized point, point_3d and rectangleAlexander Sulfrian2013-01-051-7/+59
| | | | | added template parameter for the geometry helper classes, moved function definitions to hpp file to support templates
* utils: added assginment operator for pointAlexander Sulfrian2013-01-051-0/+1
|
* added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classesAlexander Sulfrian2013-01-051-0/+46