aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/rectangle.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix include paths.Alexander Sulfrian2015-03-311-1/+1
|
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* test/utils/rectangle: removed deprecated ctorAlexander Sulfrian2013-01-131-2/+1
|
* tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2013-01-131-12/+12
|
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-131-2/+2
|
* utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian2013-01-051-0/+26
|
* utils/rectangle: added constructor for array of valuesAlexander Sulfrian2013-01-051-0/+66
the new constructor is used to make a rectangle object from the array of values returned from glGet(GL_SCISSOR_BOX)