The type of ConstructionNode.
Converts a ConstructionNode into the corresponding member of the specified family's name.
const cube = new Hypercube(3);
//Cubic pyramid.
console.log(cube.familyMember("family/pyramid"));
The code for the family's name.
Returns the name of the polytope represented by the ConstructionNode
.
Assigns a given gender to itself and to its children, whenever the children are ConstructionNodes too.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
The "child" of the node, stores information about the construction of a polytope. The exact information it stores depends on the
type
.