[[Shape|Shapes]] are solid 2d geometrical objects which handle the mass and collision of a [[Body]] in [[love.physics]].

[[Shape|Shapes]] are attached to a [[Body]] via a [[Fixture]]. The [[Shape]] object is copied when this happens. 

The [[Shape]]'s position is relative to the position of the [[Body]] it has been attached to.

== Constructors ==
{{#ask: [[Category:Functions]] [[Constructs::Shape]] [[Concept:Current]]
| headers=hide
| default=None.
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
}}
== Functions ==
{{#ask: [[Category:Functions]] [[parent::Shape||Object]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
}}
== Enums ==
{{#ask: [[Category:Enums]] [[parent::Shape]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
}}
== Supertypes ==
* [[parent::Object]]
== Subtypes ==
{{#ask: [[Category:Types]] [[parent::Shape]] [[Concept:Current]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
}}
== See Also ==
* [[parent::love.physics]]
[[Category:Types]]
{{#set:Description=[[Shape|Shapes]] are objects used to control mass and collisions.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Shape}}