Tracing out an arc

Started by
0 comments, last by Geometrian 13 years, 5 months ago
Hi ppl,
When I have the information such as the turning radius, the starting radian, the ending radian and the starting point, how do I trace out (render it into pixelated mode) an arc with the above information? This is interesting in comparison because a straight Line can easily achieved by D3DXVec2Lerp. Thanks
Jack
Advertisement
You'll have to discretize it into a series of straight segments. There's no such thing as a curved line primitive in graphics.

[size="1"]And a Unix user said rm -rf *.* and all was null and void...|There's no place like 127.0.0.1|The Application "Programmer" has unexpectedly quit. An error of type A.M. has occurred.
[size="2"]

This topic is closed to new replies.

Advertisement