Difference between revisions of "PulleyJoint:getGroundAnchors"

m (Initial Portuguese translation)
 
Line 16: 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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|PulleyJoint:getGroundAnchors}}
 
{{i18n|PulleyJoint:getGroundAnchors}}

Latest revision as of 17:28, 25 March 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