Subversion Repositories gelsvn

Rev

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

Rev 12 Rev 89
Line 5... Line 5...
5
#include "ArithSqMat2x2Float.h"
5
#include "ArithSqMat2x2Float.h"
6
 
6
 
7
 
7
 
8
namespace CGLA {
8
namespace CGLA {
9
 
9
 
-
 
10
  /** \brief Two by two double matrix. 
-
 
11
 
10
  /** Two by two double matrix. This class is useful for various 
12
	This class is useful for various 
11
      vector transformations in the plane. */
13
	vector transformations in the plane. */
12
  class Mat2x2d: public ArithSqMat2x2Float<Vec2d, Mat2x2d>
14
  class Mat2x2d: public ArithSqMat2x2Float<Vec2d, Mat2x2d>
13
    {
15
    {
14
    public:
16
    public:
15
 
17
 
16
      /// Construct a Mat2x2d from two Vec2d vectors.
18
      /// Construct a Mat2x2d from two Vec2d vectors.