Subversion Repositories gelsvn

Rev

Rev 50 | Rev 501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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