Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/point: addition/subtraction should only be possible with same type | Alexander Sulfrian | 2013-01-13 | 1 | -4/+4 |
| | |||||
* | utils/point: added possibility to change coords | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 |
| | |||||
* | utils: templatized point, point_3d and rectangle | Alexander Sulfrian | 2013-01-05 | 1 | -7/+59 |
| | | | | | added template parameter for the geometry helper classes, moved function definitions to hpp file to support templates | ||||
* | utils: added assginment operator for point | Alexander Sulfrian | 2013-01-05 | 1 | -0/+1 |
| | |||||
* | added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classes | Alexander Sulfrian | 2013-01-05 | 1 | -0/+46 |