Fundamental implementations of some computational algorithms in plane geometry. It does not contain too complicated properties or theorems. However, I will upload some interesting problems (in my own view), that might be a little bit tedious and difficult to comprehend, to this repository :)
We enable building from CMake
. Since this repository also tends to test some C++20
features, make sure that your compiler has enough support. Specifically, g++-10
or higher version is preferred to enable as much support for C++20
as possible.
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/you/install
make && make install