Difference between revisions of "Body:setInertia"

(Incorrect units)
(4th argument to Body:setMass seems to no longer exist)
 
Line 1: Line 1:
 
Set the inertia of a body.
 
Set the inertia of a body.
 
This value can also be set by the fourth argument of [[Body:setMass]].
 
  
 
== Function ==
 
== Function ==

Latest revision as of 13:33, 19 August 2017

Set the inertia of a body.

Function

Synopsis

Body:setInertia( inertia )

Arguments

number inertia
The new moment of inertia, in kilograms * pixel squared.

Returns

Nothing.

See Also


Other Languages