BezierCurve:translate
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Move the Bézier curve by an offset.
Function
Synopsis
BezierCurve:translate(dx, dy)
Arguments
number dx
- Offset along the x axis.
number dy
- Offset along the y axis.
Returns
Nothing.
Please login to continue.