Subversion Repositories gelsvn

Rev

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

Rev 45 Rev 89
Line 7... Line 7...
7
#include <numeric>
7
#include <numeric>
8
 
8
 
9
namespace CGLA 
9
namespace CGLA 
10
{
10
{
11
 
11
 
12
  /** The ArithVec class template represents a generic arithmetic
12
  /** \brief Template representing generic arithmetic vectors.  
-
 
13
 
13
      vector.  The three parameters to the template are
14
			The three parameters to the template are
14
 
15
 
15
      T - the scalar type (i.e. float, int, double etc.)
16
      T - the scalar type (i.e. float, int, double etc.)
16
 
17
 
17
      V - the name of the vector type. This template is always (and
18
      V - the name of the vector type. This template is always (and
18
      only) used as ancestor of concrete types, and the name of the
19
      only) used as ancestor of concrete types, and the name of the