- Quaternions
- Started Tests for Quaternions - Fixed some style issues with constructors
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include "math/test_relational.h"
|
||||
#include "math/test_trigonometric.h"
|
||||
|
||||
#include "math/test_ext.h"
|
||||
|
||||
namespace fennec
|
||||
{
|
||||
|
||||
@@ -76,6 +78,11 @@ inline void fennec_test_math()
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_math_trigonometric();
|
||||
fennec_test_spacer(3);
|
||||
|
||||
fennec_test_header("math extension tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_math_ext();
|
||||
fennec_test_spacer(3);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user