Difference between revisions of "Body:setMass"
m |
|||
Line 25: | Line 25: | ||
Nothing. | Nothing. | ||
---- | ---- | ||
− | {{newin|[[0.8.0]]|type=variants|plural=y}} | + | {{newin|[[0.8.0]]|080|type=variants|plural=y}} |
Function changed to setMassData( x, y, m, i). SetMass changed to setMass(m). | Function changed to setMassData( x, y, m, i). SetMass changed to setMass(m). | ||
Revision as of 13:11, 4 May 2012
Sets the mass properties directly.
If you're not sure what all this stuff means, you can use Body:setMassFromShapes after adding shapes instead.
The first two parameters will be the local coordinates of the Body's center of mass.
The third parameter is the mass, in kilograms.
The last parameter is the rotational inertia.
Function
Synopsis
Body:setMass( x, y, m, i )
Arguments
number x
- The x-component of the center of mass in local coordinates.
number y
- The y-component of the center of mass in local coordinates.
number m
- The mass, in kilograms.
number i
- The rotational inertia, in kilograms per squared meter.
Returns
Nothing.
Available since LÖVE 0.8.0 |
These variants are not supported in earlier versions. |
Function changed to setMassData( x, y, m, i). SetMass changed to setMass(m).
See Also
Other Languages
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