break apart logic for finding identity position; add incenter coordinates generator; also tori!?

This commit is contained in:
2019-09-16 01:44:21 -04:00
parent 02611be11a
commit d60ec16cad
3 changed files with 71 additions and 20 deletions

View File

@@ -18,4 +18,6 @@ add_subdirectory(cosets)
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif ()
set(CMAKE_CXX_FLAGS_DEBUG "-O2")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")