return string representation
@override String toString() { return "Bezier{${x0}, ${y0}, ${x1}, ${y1}, ${x2}, ${y2}, ${x3}, ${y3}}"; }