Difference between revisions of "Fixture:testPoint"

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

Latest revision as of 13:39, 4 May 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

number x
The x position of the point.
number y
The y position of the point.

Returns

boolean isInside
True if the point is inside or false if it is outside.

See Also


Other Languages