Difference between revisions of "RevoluteJoint (Português)"
(Initial Portuguese translation) |
m (better translation) |
||
Line 1: | Line 1: | ||
− | Permite que dois corpos | + | Permite que dois corpos rotacionem sobre um ponto fixo compartilhado. |
Criado com [[love.physics.newRevoluteJoint (Português)|love.physics.newRevoluteJoint]]. | Criado com [[love.physics.newRevoluteJoint (Português)|love.physics.newRevoluteJoint]]. | ||
Line 8: | Line 8: | ||
| ?Description | | ?Description | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
RevoluteJoint:getLowerLimit Gets the lower limit. | RevoluteJoint:getLowerLimit Gets the lower limit. | ||
Line 46: | Line 40: | ||
* [[love.physics.newRevoluteJoint (Português)]] | * [[love.physics.newRevoluteJoint (Português)]] | ||
[[Category:Types]] | [[Category:Types]] | ||
− | {{#set:Description=Permite que dois corpos | + | {{#set:Description=Permite que dois corpos rotacionem sobre um ponto fixo compartilhado.}} |
== Outros Idiomas == | == Outros Idiomas == | ||
{{i18n|RevoluteJoint}} | {{i18n|RevoluteJoint}} |
Revision as of 11:00, 22 January 2011
Permite que dois corpos rotacionem sobre um ponto fixo compartilhado.
Criado com love.physics.newRevoluteJoint.
Funções
RevoluteJoint:getLowerLimit Gets the lower limit.
RevoluteJoint:getMaxMotorTorque Gets the maximum motor force.
RevoluteJoint:getMotorSpeed Gets the motor speed.
RevoluteJoint:getMotorTorque Get the current motor force.
RevoluteJoint:getUpperLimit Gets the upper limit.
RevoluteJoint:isLimitsEnabled Checks whether limits are enabled.
RevoluteJoint:isMotorEnabled Checks whether the motor is enabled.
RevoluteJoint:setLimits Sets the limits.
RevoluteJoint:setLimitsEnabled Enables/disables the joint limit.
RevoluteJoint:setLowerLimit Sets the lower limit.
RevoluteJoint:setMaxMotorTorque Set the maximum motor force.
RevoluteJoint:setMotorEnabled Enables/disables the joint motor.
RevoluteJoint:setMotorSpeed Sets the motor speed.
RevoluteJoint:setUpperLimit Sets the upper limit.
Veja Também
Outros Idiomas
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info