Specialization of Rotate<D,Dmin,Dmax> to end recursion.
More...
#include <Rotate.h>
List of all members.
Public Member Functions |
| Rotate (const VertexData< D > &v) |
| Create a Rotate object from an already existing object.
|
Detailed Description
template<unsigned D, unsigned Dmin>
class Rotate< D, Dmin, Dmin >
Specialization of Rotate<D,Dmin,Dmax> to end recursion.
- Template Parameters:
-
D | Dimension of the vector space we're working in |
Dmin | Dimension being rotated into |
- Author:
- Helge Preuss <lene.preuss@gmail.com>
Constructor & Destructor Documentation
template<unsigned D, unsigned Dmin>
Create a Rotate object from an already existing object.
- Todo:
- Guard against bad template parameters:
- Dmin >= D
- Dmin >= vertex_data::_dimension
- vertex_data::_dimension == 0
References rotate().
The documentation for this class was generated from the following file:
- HyperspaceExplorer/src/Displayable/Rotopes/Rotate.h