BezierCurve
data class BezierCurve(val cp1: MapPoint, val cp2: MapPoint, val destination: MapPoint) : Path.Subpath.Segment
A cubic Bezier curve to the given destination with given control points.
A cubic Bezier curve to the given destination with given control points.