BezierCurve:removeControlPoint

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Removes the specified control point.

Function

Synopsis

BezierCurve:removeControlPoint( index )

Arguments

number index
The index of the control point to remove.

Returns

Nothing.

See Also

Other Languages