I'm looking to get a point list of n points on an arc; I will know the start point, end point and radius.
The user would be building an arc with 3 mouse clicks, the first two to define the start and the end and the third to would set the size of the radius.
Thanks.
Edit: I don't just need to render it - I also need the point list, so using a rendering API to do this won't cut it.