From b535411f1846910b812e36dc6eeb59e5a795f0e0 Mon Sep 17 00:00:00 2001 From: Pandicon <70060103+Pandicon@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:29:04 +0100 Subject: [PATCH] Update the library state in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14cabe6..6d3424c 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ State key: | Intersection with great circle | 🟢 | | Clamped intersection with great circle (returning the closest endpoint if no intersection is on the arc) | 🟢 | | Intersection with another arc | 🟢 | -| **Polygons** | 🟡 | +| **Polygons** | 🟢 | | Construction from vertices | 🟢 | | Check if it contains a point | 🟢 | -| Check if it intersects a great circle | 🔴 | -| Check if it intersects a great circle arc | 🔴 | +| Check if it intersects a great circle | 🟢 | +| Check if it intersects a great circle arc | 🟢 |