Subversion Repositories gelsvn

Rev

Rev 67 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 94
Line 6... Line 6...
6
#include "ArithSqMat3x3Float.h"
6
#include "ArithSqMat3x3Float.h"
7
 
7
 
8
namespace CGLA 
8
namespace CGLA 
9
{
9
{
10
 
10
 
11
  /** 3 by 3 float matrix.
11
  /** \brief 3 by 3 float matrix.
-
 
12
 
12
      This class will typically be used for rotation or
13
      This class will typically be used for rotation or
13
      scaling matrices for 3D vectors. */
14
      scaling matrices for 3D vectors. */
14
  class Mat3x3f: public ArithSqMat3x3Float<Vec3f, Mat3x3f>
15
  class Mat3x3f: public ArithSqMat3x3Float<Vec3f, Mat3x3f>
15
    {
16
    {
16
    public:
17
    public: