mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-16 00:17:06 +00:00
More reimplementations
Move API to Zeus namespace
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#include <assert.h>
|
||||
|
||||
/* Column-major matrix class */
|
||||
|
||||
namespace Zeus
|
||||
{
|
||||
class CQuaternion;
|
||||
class ZE_ALIGN(16) CMatrix3f
|
||||
{
|
||||
@@ -106,4 +107,6 @@ public:
|
||||
|
||||
CMatrix3f operator*(const CMatrix3f& lhs, const CMatrix3f& rhs);
|
||||
|
||||
}
|
||||
|
||||
#endif // CMATRIX3F_HPP
|
||||
|
||||
Reference in New Issue
Block a user