Bézier curves/Intersections: Difference between revisions

m
Line 1,224:
 
Icon is a very good language in which to express this algorithm, ''if'' the audience can read Icon. But Icon is not designed to be readable by the programming public. See instead the [[#Pascal|Pascal]]. Pascal is meant to be readable. There also instead of a "workload" set there is a recursive procedure, which probably more programmers will recognize as "how to do adaptive bisection". (But both methods are common.)
 
See also:
* [[#Pascal|Pascal]]
* [[#Python|Python]]
 
<syntaxhighlight lang="icon">
1,448

edits