Algorithm to Fill In a Closed 2D Curve [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago . Improve this question I need to find a way of drawing the inside of a closed 2D curve. This curve is actually created using a bicubic Bezier curve, but that's not important I believe. At the moment there should be no "holes" within the drawn shape. So it will just be totally filled in. It seems