Difference between revisions of "Fixture:getMassData"

(Added Fixture:getMassData.)
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Returns the mass, its center and the rotational inertia.
 
Returns the mass, its center and the rotational inertia.
  
Line 11: Line 11:
 
=== Returns ===
 
=== Returns ===
 
{{param|number|x|The x position of the center of mass.}}
 
{{param|number|x|The x position of the center of mass.}}
{{param|number|x|The y position of the center of mass.}}
+
{{param|number|y|The y position of the center of mass.}}
 
{{param|number|mass|The mass of the fixture.}}
 
{{param|number|mass|The mass of the fixture.}}
 
{{param|number|inertia|The rotational inertia.}}
 
{{param|number|inertia|The rotational inertia.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Fixture]]
 
* [[parent::Fixture]]
* [[Fixture:setMassData]]
 
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the mass, its center and the rotational inertia.}}
 
{{#set:Description=Returns the mass, its center and the rotational inertia.}}

Latest revision as of 13:42, 4 May 2012

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns the mass, its center and the rotational inertia.

Function

Synopsis

x, y, mass, inertia = Fixture:getMassData( )

Arguments

None.

Returns

number x
The x position of the center of mass.
number y
The y position of the center of mass.
number mass
The mass of the fixture.
number inertia
The rotational inertia.

See Also


Other Languages