{{newin|[[0.9.0]]|090|type=function}}
Get the number of control points in the Bézier curve.

== Function ==
=== Synopsis ===
<source lang="lua">
count = BezierCurve:getControlPointCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|The number of control points.}}
== See Also ==
* [[parent::BezierCurve]]
* [[BezierCurve:getControlPoint]]
* [[BezierCurve:setControlPoint]]
* [[BezierCurve:insertControlPoint]]
* [[love.math]]
[[Category:Functions]]
{{#set:Description=Get the number of control points in the Bézier curve.}}
== Other Languages ==
{{i18n|BezierCurve:getControlPointCount}}