Difference between revisions of "CircleShape (Português)"
(Initial Portuguese translation) |
m (translation update) |
||
Line 2: | Line 2: | ||
Cria-se uma nova Forma Círculo com [[love.physics.newCircleShape (Português)|love.physics.newCircleShape]]. | Cria-se uma nova Forma Círculo com [[love.physics.newCircleShape (Português)|love.physics.newCircleShape]]. | ||
+ | |||
== Funções == | == Funções == | ||
− | {{#ask: [[Category:Functions]] [[parent::CircleShape | + | {{#ask: [[Category:Functions]] [[parent::CircleShape (Português)]] |
| headers=hide | | headers=hide | ||
| ?Description | | ?Description | ||
}} | }} | ||
+ | {{#ask: [[Category:Functions]] [[parent::Shape (Português)]] | ||
+ | | headers=hide | ||
+ | | ?Description | ||
+ | }} | ||
+ | {{#ask: [[Category:Functions]] [[parent::Object (Português)]] | ||
+ | | headers=hide | ||
+ | | ?Description | ||
+ | }} | ||
+ | |||
== Supertipos == | == Supertipos == | ||
[[Shape (Português)]] | [[Shape (Português)]] | ||
+ | |||
+ | [[Object (Português)]] | ||
+ | |||
== Veja Também == | == Veja Também == | ||
* [[parent::love.physics (Português)]] | * [[parent::love.physics (Português)]] | ||
Line 14: | Line 27: | ||
[[Category:Types]] | [[Category:Types]] | ||
{{#set:Description=Círculo estende Forma e adiciona um raio e a posição local.}} | {{#set:Description=Círculo estende Forma e adiciona um raio e a posição local.}} | ||
+ | |||
== Outros Idiomas == | == Outros Idiomas == | ||
{{i18n|CircleShape}} | {{i18n|CircleShape}} |
Latest revision as of 12:01, 8 March 2011
Círculo estende Forma e adiciona um raio e a posição local.
Cria-se uma nova Forma Círculo com love.physics.newCircleShape.
Funções
CircleShape:getLocalCenter (Português) | Obtém o centro do círculo nas coordenadas locais. |
CircleShape:getRadius (Português) | Obtém o raio de um círculo. |
CircleShape:getWorldCenter (Português) | Obtém o centro do círculo em coordenadas do mundo. |
Shape:destroy (Português) | Explicitamente destrói uma forma. |
Shape:geMaskBits (Português) | Retorna um inteiro de 16-bit representando as categorias mascaradas. |
Shape:getBody (Português) | Obtém o corpo que a forma está anexada. |
Shape:getBoundingBox (Português) | Obtém a caixa delimitadora da forma. |
Shape:getCategory (Português) | Obtém a categoria a qual esta forma é membro. |
Shape:getCategoryBits (Português) | Obtém as categorias como um inteiro de 16-bit. |
Shape:getData (Português) | Obtém os dados configurados com setData. |
Shape:getDensity (Português) | Obtém a densidade da forma. |
Shape:getFilterData (Português) | Obtém o filtro de dados da forma. |
Shape:getFriction (Português) | Obtém o atrito da forma. |
Shape:getMask (Português) | Obtém a quais categorias a forma NÃO pode colidir. |
Shape:getMaskBits (Português) | Retorna um inteiro de 16-bit representando as categorias mascaradas. |
Shape:getRestitution (Português) | Obtém a devolução desta forma. |
Shape:getType (Português) | Obtém uma string representando a Forma. |
Shape:isSensor (Português) | Verifica se uma Forma é sensor ou não. |
Shape:setCategory (Português) | Configura as categorias que esta Forma é membro. |
Shape:setData (Português) | Configura dados que serão passados para o callback de colisão. |
Shape:setDensity (Português) | Configura a densidade da Forma. |
Shape:setFilterData (Português) | Configura o filtro de dados para a Forma. |
Shape:setFriction (Português) | Configura o atrito da Forma. |
Shape:setMask (Português) | Configura com quais categorias esta Forma NÃO poderá colidir. |
Shape:setRestitution (Português) | Configura a devolução da Forma. |
Shape:setSensor (Português) | Configura se esta Forma pode atuar como um sensor. |
Shape:testPoint (Português) | Verifica se um ponto está dentro da Forma. |
Shape:testSegment (Português) | Verifica se um segmento de linha intercepta uma Forma. |
Object:type (Português) | Obtém o tipo do objeto como um string. |
Object:typeOf (Português) | Verifica se um objeto é de um certo tipo. |
Supertipos
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