Subversion Repositories gelsvn

Rev

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

Rev 67 Rev 94
Line 10... Line 10...
10
 
10
 
11
 
11
 
12
namespace CGLA 
12
namespace CGLA 
13
{
13
{
14
 
14
 
15
 
-
 
16
  /** Four by four float matrix.
15
  /** \brief 4x4 float matrix.
17
      This class is useful for transformations such as perspective projections 
16
      This class is useful for transformations such as perspective projections 
18
      or translation where 3x3 matrices do not suffice. */
17
      or translation where 3x3 matrices do not suffice. */
19
  class Mat4x4f: public ArithSqMat4x4Float<Vec4f, Mat4x4f>
18
  class Mat4x4f: public ArithSqMat4x4Float<Vec4f, Mat4x4f>
20
    {
19
    {
21
    public:
20
    public: