Difference between revisions of "PulleyJoint:getGroundAnchors"

(add detail)
m (Initial Portuguese translation)
Line 1: Line 1:
 
+
Get the ground anchor positions in world coordinates.
 
== Function ==
 
== Function ==
Get the ground anchor positions in world coordinates.
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 17: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the ground anchor positions in world coordinates.}}
 
{{#set:Description=Get the ground anchor positions in world coordinates.}}
 +
== Other Languages ==
 +
{{i18n|PulleyJoint:getGroundAnchors}}

Revision as of 22:20, 21 January 2011

Get the ground anchor positions in world coordinates.

Function

Synopsis

a1x, a1y, a2x, a2y = PulleyJoint:getGroundAnchors( )

Arguments

None.

Returns

number a1x
The x coordinate of the first anchor.
number a1y
The y coordinate of the first anchor.
number a2x
The x coordinate of the second anchor.
number a2y
The y coordinate of the second anchor.

See Also

Other Languages