Skip to content

Calculate vertex coordinates of tetravalent Goldberg polyhedra

License

Notifications You must be signed in to change notification settings

eduidl/tgp-ceres

Repository files navigation

TGP Ceres

TGP is short for Tetravalent Goldberg Polyhedra.

General

This program enable us to calculate vertex coordinates of tetravalent Goldberg polyhedra.
If you want to know about tetravalent Goldberg polyhedra, check following paper or articles.

You can see examples of results here.

NOTE: This program cannot distinguish chirarity.

Requirements

Build

mkdir build && cd build
cmake .. && make -j

Run

Both h and k should be intergers which are not less than zero. The meanings of h and k is described in paper and articles I mentioned.

./main <h> <k>

Visualization

You can check last result you have got.

npm i
npm run start

About

Calculate vertex coordinates of tetravalent Goldberg polyhedra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published