Difference between revisions of "RevoluteJoint:getLowerLimit"

(Initial Portuguese translation)
m (Undo revision 4887 by Minicz (Talk))
Line 1: Line 1:
Obtém o limite inferior.
+
Gets the lower limit.
== Função ==
+
== Function ==
=== Sinopse ===
+
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
inferior = RevoluteJoint:getLowerLimit( )
+
lower = RevoluteJoint:getLowerLimit( )
 
</source>
 
</source>
=== Argumentos ===
+
=== Arguments ===
Nenhum.
+
None.
=== Retornos ===
+
=== Returns ===
{{param|number (Português)|inferior|O limite inferior, em radianos.}}
+
{{param|number|lower|The lower limit, in radians.}}
== Veja Também ==
+
== See Also ==
* [[parent::RevoluteJoint (Português)]]
+
* [[parent::RevoluteJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Obtém o limite inferior.}}
+
{{#set:Description=Gets the lower limit.}}
== Outros Idiomas ==
+
== Other Languages ==
 
{{i18n|RevoluteJoint:getLowerLimit}}
 
{{i18n|RevoluteJoint:getLowerLimit}}

Revision as of 11:04, 22 January 2011

Gets the lower limit.

Function

Synopsis

lower = RevoluteJoint:getLowerLimit( )

Arguments

None.

Returns

number lower
The lower limit, in radians.

See Also

Other Languages