--- a/src/types.h Mon Jun 10 16:17:24 2013 +0300 +++ b/src/types.h Thu Jun 13 00:48:53 2013 +0300 @@ -45,14 +45,14 @@ using std::size_t; enum Axis { X, Y, Z }; -static const Axis g_Axes[3] = {X, Y, Z}; +static const Axis g_Axes[3] = { X, Y, Z }; // ============================================================================= // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ============================================================================= // matrix // -// A templated, mathematical N x N matrix +// A mathematical 3 x 3 matrix // ============================================================================= class matrix { public: