Calculate points coordinates of an arc
问题 My question is probably more about maths rather than programming, but I hope that is not a problem. In my app, I am calculating some movement paths, consisting of pixel coordinates (only calculating, not displaying them). I am now trying to smoothen the turn, which are now too sharp, so I would like to use some arc here. I found how I could draw the exact arc I need, using code like this: e.Graphics.DrawArc(myPen, myPoint.X, myPoints.Y, 50, 50, 180, 90); Basically what I know are three points