Legend
| Static method: IEnumerable<PointD> SmoothBézier( |
| PointD | start | Start point of the curve. |
| PointD | c1 | First control point. |
| PointD | c2 | Second control point. |
| PointD | end | End point of the curve. |
| double | smoothness | Maximum amount by which the line segments are allowed to deviate from the curve. |