Classes |
class | extrude_base< D > |
| Base class for Extrude classes, providing the actual extrude() function. More...
|
class | Extrude< D, Dmin, Dmax > |
| A class template to execute extrusion actions on an object. More...
|
class | Extrude< D, Dmin, Dmin > |
| Specialization of Extrude<D,Dmin,Dmax> to end recursion. More...
|
class | Projector< D, D_ > |
| A functor class to project a D -dimensional object to D-1 dimensions. More...
|
class | Realm |
| N - dimensional surface on a vertex array. More...
|
class | rotate_base< D > |
| Base class for Rotate classes, providing the actual rotate() function. More...
|
class | Rotate< D, Dmin, Dmax > |
| A class template to execute rotate actions on an object. More...
|
class | Rotate< D, Dmin, Dmin > |
| Specialization of Rotate<D,Dmin,Dmax> to end recursion. More...
|
struct | BadRotopeOperation |
| Gets thrown when an operation is not yet (or will never be) supported. More...
|
class | Rotope |
| A four-dimensional Rotope. More...
|
class | RotopeFactory |
| A class to generate Rotopes. More...
|
class | RotopeInterface |
| Interface implemented by all Rotope s. More...
|
class | taper_base< D > |
| Base class for Taper classes, providing the actual taper() function. More...
|
class | Taper< D, Dmin, Dmax > |
| A class template to execute taper actions on an object. More...
|
class | Taper< D, Dmin, Dmin > |
| Specialization of Taper<D,Dmin,Dmax> to end recursion. More...
|
class | torate_base< D > |
| Base class for Torate classes, providing the actual torate() function. More...
|
class | Torate< D, Dmin, Dmax > |
| A class template to execute torate actions on an object. More...
|
class | Torate< D, Dmin, Dmin > |
| Specialization of Torate<D,Dmin,Dmax> to end recursion. More...
|
class | VertexData< D > |
| Base class for all Rotope s. More...
|
Detailed Description
For a definition of Rotopes, see http://teamikaria.com/wiki/Rotope.