Example #1
0
int testMaths()
{
	int result = 0;
	result |= testVec2f();

	return result;
}
Example #2
0
int main(int argc, char *argv[])
{
    testArray();
    testVector();
    testVec2f();
    testVec3f();
    testMatrix33f();
}