CircleShape:setPoint

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

Sets the location of the center of the circle shape.

Function

Synopsis

CircleShape:setPoint( x, y )

Arguments

number x
The x-component of the new center point of the circle.
number y
The y-component of the new center point of the circle.

Returns

Nothing.

See Also

Other Languages