aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/rectangle.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)