BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.87k stars 126 forks source link

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

Closed luogyong closed 2 months ago

luogyong commented 4 months ago

Hello, Bruno,

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

BrunoLevy commented 4 months 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.