An open API service indexing awesome lists of open source software.

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

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).