bezierByTo

fun bezierByTo(heading1: Vector2, heading2: Vector2, to: Vector2): PolygonBuilder

A bezier curve to to, where heading1 and heading2 are the control points relative to the current point, and to respectively.