Difference between revisions of "B2.Body:getInertia"
From GiderosMobile
Line 8: | Line 8: | ||
(number) = b2.Body:getInertia() | (number) = b2.Body:getInertia() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) The rotational inertia of the body about the local origin in kg-m^2.<br/> | '''Returns''' (number) The rotational inertia of the body about the local origin in kg-m^2.<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.2.2
Description
Returns the rotational inertia of the body about the local origin in kg-m^2.
(number) = b2.Body:getInertia()
Return values
Returns (number) The rotational inertia of the body about the local origin in kg-m^2.