{{newin|[[0.10.0]]|100|type=function}}
Removes the specified control point.

== Function ==
=== Synopsis ===
<source lang="lua">
BezierCurve:removeControlPoint( index )
</source>
=== Arguments ===
{{param|number|index|The index of the control point to remove.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::BezierCurve]]
* [[BezierCurve:getDegree]]
* [[BezierCurve:setControlPoint]]
* [[BezierCurve:getControlPoint]]
* [[BezierCurve:insertControlPoint]]
* [[love.math]]
[[Category:Functions]]
{{#set:Description=Removes the specified control point.}}
== Other Languages ==
{{i18n|BezierCurve:removeControlPoint}}