Ramer-Douglas-Peucker line simplification: Difference between revisions

m
(add ooRexx)
m (→‎{{header|ooRexx}}=: fix header)
Line 1,066:
<pre>@[(x: 0.0, y: 0.0), (x: 2.0, y: -0.1), (x: 3.0, y: 5.0), (x: 7.0, y: 9.0), (x: 9.0, y: 9.0)]</pre>
 
={{header|ooRexx}}==
<syntaxhighlight lang="oorexx">
/*REXX program uses the Ramer-Douglas-Peucker (RDP) line simplification algorithm for*/
2,295

edits