arcSTE

Makes an arc given a start point, a point along the tangent, and an end point. This is a very nice function for continuing an existing curve, when all you know is that the arc needs to continue smoothly from the existing curve.


a : Point
Arc start point

b : Point
A point on arcs tangent at first point

c : Point
Arc end point