Added equality/inequality tests for vector and region.
This commit is contained in:
@ -33,6 +33,7 @@ class TestVector: public QObject
|
||||
private slots:
|
||||
void testLength();
|
||||
void testDotProduct();
|
||||
void testEquality();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user