static Pt closerControlPoint(Pt a, Pt b, Pt c) { ret blendPoints(avgPoint(a, c), b, 0.5f); }