BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.8k stars 122 forks source link

How to make a periodic partitioning in one or two coordinate directions? #161

Closed luogyong closed 1 week ago

luogyong commented 2 months ago

Hello, Bruno,

I want to know how to make a periodic partitioning in one or two coordinate directions?

BrunoLevy commented 1 month ago

Not sure what you mean by "periodic partitioning", but as I understand, you want to select the coordianates along which the Delaunay triangulation is periodic ? It is not possible for the moment, and probably requires to dig quite deep in the implementation.