Skip to content

Commit

Permalink
export RadialDistance (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Dec 23, 2023
1 parent 049c151 commit 7a47532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformations/simplify.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file holds implementations for the Douglas-Peucker and Visvalingam-Whyatt
# algorithms for simplifying geometries (specifically polygons and lines).

export simplify, VisvalingamWhyatt, DouglasPeucker
export simplify, VisvalingamWhyatt, DouglasPeucker, RadialDistance


"""
Expand Down

0 comments on commit 7a47532

Please sign in to comment.