BezierCurve:scale

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

doc_love
2017-03-21 15:40:46
Comments
Leave a Comment

Please login to continue.