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
- BezierCurve
- BezierCurve:getDegree
- BezierCurve:setControlPoint
- BezierCurve:getControlPoint
- BezierCurve:insertControlPoint
- love.math
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/BezierCurve:removeControlPoint