Difference between revisions of "Shape:testPoint"
m (1 revision: Importing from potato (again).) |
|
(No difference)
|
Revision as of 16:18, 14 February 2010
Checks whether a point lies inside the shape. This is particularly useful for mouse interaction with the shapes. By looping through all shapes and testing the mouse position with this function, we can find which shapes the mouse touches.
Function
Synopsis
hit = Shape:testPoint( x, y )
Arguments
Returns
boolean hit
- True if inside, false if outside