Added axis angle accessors, removed == operator.

This commit is contained in:
James Goppert
2016-08-16 11:05:01 -04:00
parent 19554c4470
commit 4f13809420
6 changed files with 53 additions and 27 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ int main()
Matrix3f m3(data_times_2);
TEST(isEqual(m, m2));
TEST(!(m == m3));
TEST(!(isEqual(m, m3)));
m2 *= 2;
TEST(isEqual(m2, m3));