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 6... Line 6...
6
 
6
 
7
 
7
 
8
namespace CGLA 
8
namespace CGLA 
9
{
9
{
10
 
10
 
-
 
11
  /** \brief Two by two float matrix. 
-
 
12
 
11
  /** Two by two float matrix. This class is useful for various 
13
	This class is useful for various 
12
      vector transformations in the plane. */
14
	vector transformations in the plane. */
13
  class Mat2x2f: public ArithSqMat2x2Float<Vec2f, Mat2x2f>
15
  class Mat2x2f: public ArithSqMat2x2Float<Vec2f, Mat2x2f>
14
    {
16
    {
15
    public:
17
    public:
16
 
18
 
17
      /// Construct a Mat2x2f from two Vec2f vectors.
19
      /// Construct a Mat2x2f from two Vec2f vectors.