Difference between revisions of "RevoluteJoint:getLowerLimit"

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

Revision as of 11:03, 22 January 2011

Obtém o limite inferior.

Função

Sinopse

inferior = RevoluteJoint:getLowerLimit( )

Argumentos

Nenhum.

Retornos

number (Português) inferior
O limite inferior, em radianos.

Veja Também

Outros Idiomas