HyperspaceExplorer 0.7.1
|
A class to generate Rotopes. More...
#include <RotopeFactory.h>
Classes | |
struct | RotopeAction |
Functor class to perform an extrusion on a Rotope or vertex array. More... | |
struct | RotopeAction< D, 0 > |
Specialization for extruding into the dimension 0 to end recursion. More... | |
Static Public Member Functions | |
static RotopeInterface * | generate (const std::string &actions) |
Generate a Rotope. |
A class to generate Rotopes.
Sports a static method generate() which takes a list of extrusion actions as string and creates a Rotope of the actions, performing them in the order in which they were specified
RotopeInterface * RotopeFactory::generate | ( | const std::string & | actions | ) | [static] |