We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b681e commit 3f5c2b4Copy full SHA for 3f5c2b4
1 file changed
geometry/ramer_douglas_peucker.py
@@ -23,10 +23,6 @@
23
import math
24
from collections.abc import Sequence
25
26
-# ---------------------------------------------------------------------------
27
-# Internal helpers
28
29
-
30
31
def _euclidean_distance(
32
point_1: tuple[float, float], point_2: tuple[float, float]
0 commit comments