W3cubDocs

/LÖVE

BezierCurve:rotate

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Rotate the Bézier curve by an angle.

Function

Synopsis

BezierCurve:rotate(angle, ox, oy)

Arguments

number angle
Rotation angle in radians.
number ox (0)
X coordinate of the rotation center.
number oy (0)
Y coordinate of the rotation center.

Returns

Nothing.

See Also

© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/BezierCurve:rotate