https://github.com/panguojun/polygon-group-calculation-script
A group-based polygon calculation and modeling script.
https://github.com/panguojun/polygon-group-calculation-script
3d geometry-processing group-theory programming-language
Last synced: 28 days ago
JSON representation
A group-based polygon calculation and modeling script.
- Host: GitHub
- URL: https://github.com/panguojun/polygon-group-calculation-script
- Owner: panguojun
- Created: 2021-06-30T01:25:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T21:41:13.000Z (almost 5 years ago)
- Last Synced: 2025-12-26T09:37:08.487Z (6 months ago)
- Topics: 3d, geometry-processing, group-theory, programming-language
- Language: C++
- Homepage:
- Size: 811 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polygon-group-calculation-script
Many difficult mathematics and physics problems in history have been solved by introducing group theory. Group theory can be used to find the simple symmetry behind complex phenomena.
This project attempts to use scripting language to realize the additive group operation of three-dimensional polygons, and tries to simplify the morphological structure.
Each polygon corresponds to a number, and the order of the numbers may be disordered, but they are all within the group.
The addition of polygons is to connect two polygons end to end, removing the ring part.