https://github.com/zong4/geometrystructure
More mathmatical geometry structure and implementation of sweep line algorithm
https://github.com/zong4/geometrystructure
cpp geometric-algorithms geometry sweepline sweepline-algorithms
Last synced: 11 months ago
JSON representation
More mathmatical geometry structure and implementation of sweep line algorithm
- Host: GitHub
- URL: https://github.com/zong4/geometrystructure
- Owner: zong4
- License: mit
- Created: 2023-06-24T05:51:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T02:39:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T13:14:15.313Z (over 1 year ago)
- Topics: cpp, geometric-algorithms, geometry, sweepline, sweepline-algorithms
- Language: C++
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Geometry Structure
## Intorduce
It's departed from the Engine core layer, so you need write main file by yourself.
It's different from main stream structure and I think it's more mathmatical.
## Include
You may want to see [the method to hide the bottom implementation details](https://github.com/zong4/Cpp_Character/tree/main/structure/geometry).
You may want to see [the structure of geometry intersection](https://github.com/zong4/Cpp_Character/tree/main/structure/geometry_intersection).