More reimplementations

Move API to Zeus namespace
This commit is contained in:
2015-10-07 17:21:38 -07:00
parent 394a225062
commit 8012694fc7
33 changed files with 253 additions and 178 deletions

View File

@@ -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