Files
tantivy/src
Alan Gutierrez 29ee9db75a Implement polygon tessellation.
The `triangulate` function takes a polygon with floating-point lat/lon
coordinates, converts to integer coordinates with millimeter precision
(using 2^32 scaling), performs constrained Delaunay triangulation, and
encodes the resulting triangles with boundary edge information for block
kd-tree spatial indexing.

It handles polygons with holes correctly, preserving which triangle
edges lie on the original polygon boundaries versus internal
tessellation edges.
2025-11-04 01:26:44 -06:00
..
2025-10-23 10:23:34 +02:00
2025-09-19 15:55:04 +02:00
2025-09-19 15:55:04 +02:00
2025-04-01 09:33:33 +02:00
2024-10-22 09:26:54 +08:00
2025-09-19 15:55:04 +02:00
2025-09-19 15:55:04 +02:00
2025-10-23 10:23:34 +02:00
2025-10-13 16:25:49 +02:00
2025-07-02 11:25:03 +02:00
2025-11-04 01:26:44 -06:00
2024-10-22 09:26:54 +08:00
2024-10-22 09:26:54 +08:00
2025-11-04 01:26:44 -06:00
2025-07-02 11:25:03 +02:00
2025-10-23 10:23:34 +02:00
2025-09-19 15:55:04 +02:00
2025-07-02 11:25:03 +02:00
2025-10-13 16:25:49 +02:00
2024-10-22 09:26:54 +08:00
2025-11-04 01:26:44 -06:00
2024-10-22 09:26:54 +08:00