Page 1 of 1

EllipsePart()

Posted: Mon Mar 22, 2004 12:18 pm
by KuschelTeddy82
It would be nice if we could get EllipsePart() or something. In nearly all basic languages you can choose optionally a start- and endpoint for the ellipse, so that you can draw a quarter ellipse or a half or something between. It could look like this: EllipsePart(x, y, radiusX, radiusY, start°, end° [,color])
:wink:

If you choose negative start or end-points the points just will be connectet with the center of the ellipse.