Difference between revisions of "Fixture:testPoint"
(Added Fixture:testPoint.) |
m |
||
Line 1: | Line 1: | ||
− | {{newin|[[0.8.0]]|type= | + | {{newin|[[0.8.0]]|type=method}} |
Checks if a point is inside the shape of the fixture. | Checks if a point is inside the shape of the fixture. | ||
Revision as of 16:22, 17 April 2012
Available since LÖVE 0.8.0 |
This method is not supported in earlier versions. |
Checks if a point is inside the shape of the fixture.
Function
Synopsis
isInside = Fixture:testPoint( x, y )
Arguments
Returns
boolean isInside
- True if the point is inside or false if it is outside.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info