mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
cleanup
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <iostream>
|
||||
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
#include <glm/gtx/string_cast.hpp>
|
||||
|
||||
#include <tc/groups.hpp>
|
||||
|
||||
@@ -97,9 +96,6 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
//region points
|
||||
auto group = tc::group::H(4);
|
||||
// GeomGen<4> gg4(group);
|
||||
// GeomGen<3> gg3(group);
|
||||
// auto res = gg4.solve();
|
||||
auto res = group.solve();
|
||||
auto mirrors = mirror(group);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user