Difference between revisions of "BezierCurve:removeControlPoint"

(Created page)
 
m (Returns: Added fullstop.)
 
Line 10: Line 10:
 
{{param|number|index|The index of the control point to remove.}}
 
{{param|number|index|The index of the control point to remove.}}
 
=== Returns ===
 
=== Returns ===
Nothing
+
Nothing.
 +
 
 
== See Also ==
 
== See Also ==
 
* [[parent::BezierCurve]]
 
* [[parent::BezierCurve]]

Latest revision as of 01:39, 10 October 2016

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