mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-17 00:47:03 +00:00
More reimplementations
Move API to Zeus namespace
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <MathLib.hpp>
|
||||
|
||||
// This is only for testing, do NOT do this normally
|
||||
using namespace Zeus;
|
||||
|
||||
int main()
|
||||
{
|
||||
assert(!CAABox({100, 100, 100}, {100, 100, 100}).invalid());
|
||||
@@ -26,5 +29,7 @@ int main()
|
||||
assert(test3.inside(test));
|
||||
assert(!test4.inside(test));
|
||||
|
||||
std::cout << Math::round(1.5) << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user