aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/point.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utils: templatized point, point_3d and rectangleAlexander Sulfrian2013-01-051-57/+0
| | | | | added template parameter for the geometry helper classes, moved function definitions to hpp file to support templates
* utils: reformated contructor callsAlexander Sulfrian2013-01-051-2/+4
|
* utils: added assginment operator for pointAlexander Sulfrian2013-01-051-0/+7
|
* added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classesAlexander Sulfrian2013-01-051-0/+48