{{newin|[[0.8.0]]|080|type=method}}
Checks if a point is inside the shape of the fixture.

== Function ==
=== Synopsis ===
<source lang="lua">
isInside = Fixture:testPoint( x, y )
</source>
=== Arguments ===
{{param|number|x|The x position of the point.}}
{{param|number|y|The y position of the point.}}
=== Returns ===
{{param|boolean|isInside|True if the point is inside or false if it is outside.}}
== See Also ==
* [[parent::Fixture]]
[[Category:Functions]]
{{#set:Description=Checks if a point is inside the shape of the fixture.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Fixture:testPoint}}