BezierCurve:scale
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Scale the Bézier curve by a factor.
Function
Synopsis
BezierCurve:scale(s, ox, oy)
Arguments
-
number s
- Scale factor.
-
number ox (0)
- X coordinate of the scaling center.
-
number oy (0)
- Y coordinate of the scaling center.
Returns
Nothing.
See Also
Category: