{{newin|[[0.8.0]]|080|type=method}}
Returns the points of the fixture bounding box. In case the fixture has multiple children a 1-based index can be specified. For example, a fixture will have multiple children with a chain shape.

== Function ==
=== Synopsis ===
<source lang="lua">
topLeftX, topLeftY, bottomRightX, bottomRightY = Fixture:getBoundingBox( index )
</source>
=== Arguments ===
{{param|number|index (1)|A bounding box of the fixture.}}
=== Returns ===
{{param|number|topLeftX|The x position of the top-left point.}}
{{param|number|topLeftY|The y position of the top-left point.}}
{{param|number|bottomRightX|The x position of the bottom-right point.}}
{{param|number|bottomRightY|The y position of the bottom-right point.}}
== See Also ==
* [[parent::Fixture]]
[[Category:Functions]]
{{#set:Description=Returns the points of the fixture bounding box.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Fixture:getBoundingBox}}