HyperspaceExplorer 0.7.1
Static Public Member Functions | Static Private Attributes
VecMath::RotationAxes< 3 > Class Template Reference

Rotation axes in three dimensions, manually specified. More...

#include <Rotation.h>

List of all members.

Static Public Member Functions

static unsigned axis (unsigned which, unsigned index)

Static Private Attributes

static const unsigned _axis [2][3]
 values for ii and jj

Detailed Description

template<>
class VecMath::RotationAxes< 3 >

Rotation axes in three dimensions, manually specified.


Member Function Documentation

unsigned VecMath::RotationAxes< 3 >::axis ( unsigned  which,
unsigned  index 
) [static]

Compute the row/column in a rotation Matrix from the dimension of the vector space and the position of the rotation angle in the Rotation vector.

Parameters:
which0 for ii or 1 for jj
indexposition in the Rotation vector

References VecMath::RotationAxes< D >::_axis.


Member Data Documentation

const unsigned VecMath::RotationAxes< 3 >::_axis [static, private]
Initial value:
 {
  { 1, 0, 0 }, { 2, 2, 1}
}

values for ii and jj


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated on Mon Apr 9 2012 20:25:19 for HyperspaceExplorer 0.7.1 by doxygen 1.7.4  -  Hosted bySourceForge.net Logo