Fixed several recursive header issues, refactored Math lib, began implementing core mathematical functions as wrappers around stdmath, will implement SSE and lookup tables later.
This commit is contained in:
@@ -36,4 +36,6 @@ namespace J3ML::Geometry
|
||||
|
||||
bool operator==(const Interval& rhs) const = default;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
using namespace J3ML::Geometry;
|
Reference in New Issue
Block a user