CircleShape:getPoint

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

Gets the center point of the circle shape.

Function

Synopsis

x, y = CircleShape:getPoint( )

Arguments

None.

Returns

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

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/CircleShape:getPoint