Difference between revisions of "CircleShape:getWorldCenter"

(oldin notice.)
 
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=method}}
 
Get the center of the circle in world coordinates.
 
Get the center of the circle in world coordinates.
 +
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 10: Line 12:
 
{{param|number|wx|The x position of the circle in world coordinates.}}
 
{{param|number|wx|The x position of the circle in world coordinates.}}
 
{{param|number|wy|The y position of the circle in world coordinates.}}
 
{{param|number|wy|The y position of the circle in world coordinates.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::CircleShape]]
 
* [[parent::CircleShape]]

Latest revision as of 19:08, 16 May 2012

Removed in LÖVE 0.8.0
This method is not supported in that and later versions.

Get the center of the circle in world coordinates.

Function

Synopsis

wx, wy = CircleShape:getWorldCenter( )

Arguments

None.

Returns

number wx
The x position of the circle in world coordinates.
number wy
The y position of the circle in world coordinates.

See Also


Others Languages