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

Other Languages