Files
toddcox-visualize/vis/include/geometry.hpp

28 lines
604 B
C++

#pragma once
#include <tc/core.hpp>
#include <optional>
#include <cmath>
/**
* Given elements of a subgroup, find the parent group's names for those same elements.
*
* Raise.
*/
void recontext() {}
/**
* Given some elements of a group and some subgroup, tile those elements according to the cosets of that subgroup
*/
void tile() {}
/**
* Given some elements of a group, apply a transformation to all elements.
*/
void translate() {}
/**
* Given some group representing an n-dimensional polyhedron, produce (n-1)-simplices that fill the surface of the polyhedron.
*/
void triangulate() {}