Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Insert control point as the new i-th control point. Existing control points from i onwards are pushed back by 1. Indices start with 1. Negative indices wrap around: -1 is the last control point, -2 the one before the last, etc.
BezierCurve:insertControlPoint( x, y, i )
number x
number y
number i (-1)
Nothing.