Hi everyone. I have a quick question: Is there anyway that you can check to see if a point lays on an Arc2D object? I'm trying to write a Physics library (or at least part of one), and I noticed that there is no method that does it. You can check to see if the point is inside the curve, but that's not what I need. Is there a class that does that kind of math for you, or will I have to figure it out myself. Which brings me to: Can you retrieve an Array the points that are on an Arc?
Any help in this matter would be greatly appreciated! =)