Function
PolygonShape:testPoint( x, y )
Synopsis
hit = PolygonShape:testPoint( x, y )
Arguments
x The x-component of the point.
y The y-component of the point.
Returns
boolean True if inside, false if outside
Copyright © 2006-2008 LÖVE Development Team.