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 7... Line 7...
7
 
7
 
8
namespace CGLA
8
namespace CGLA
9
{
9
{
10
  namespace TT=TableTrigonometry;
10
  namespace TT=TableTrigonometry;
11
 
11
 
12
  /** The UnitVector stores a unit length vector as two angles.
12
  /** \brief The UnitVector stores a unit length vector as two angles.
13
 
13
 
14
  A vector stored as two (fix point) angles is much smaller than
14
  A vector stored as two (fix point) angles is much smaller than
15
  vector stored in the usual way. On a 32 bit architecture this
15
  vector stored in the usual way. On a 32 bit architecture this
16
  class should take up four bytes. not too bad. */
16
  class should take up four bytes. not too bad. */
17
  class UnitVector
17
  class UnitVector