{{newin|[[0.9.0]]|090|type=function}}
Rotate the Bézier curve by an angle.

== Function ==
=== Synopsis ===
<source lang="lua">
BezierCurve:rotate(angle, ox, oy)
</source>
=== Arguments ===
{{param|number|angle|Rotation angle in radians.}}
{{param|number|ox (0)|X coordinate of the rotation center.}}
{{param|number|oy (0)|Y coordinate of the rotation center.}}
=== Returns ===
Nothing.
== See Also ==
* [[BezierCurve:translate]]
* [[BezierCurve:scale]]
* [[parent::BezierCurve]]
* [[love.math]]
[[Category:Functions]]
{{#set:Description=Rotate the Bézier curve.}}
== Other Languages ==
{{i18n|BezierCurve:rotate}}