Get the ground anchor positions in world coordinates.
== Function ==
=== Synopsis ===
<source lang="lua">
a1x, a1y, a2x, a2y = PulleyJoint:getGroundAnchors( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|a1x|The x coordinate of the first anchor.}}
{{param|number|a1y|The y coordinate of the first anchor.}}
{{param|number|a2x|The x coordinate of the second anchor.}}
{{param|number|a2y|The y coordinate of the second anchor.}}
== See Also ==
* [[parent::PulleyJoint]]
[[Category:Functions]]
{{#set:Description=Get the ground anchor positions in world coordinates.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|PulleyJoint:getGroundAnchors}}