Actions
Added in 1.9.0
$inellipse(x,y,x,y,w,h)
Returns $true if the point x y is inside the specified ellipse, otherwise $false.
Parameters
| Parameter | Description | 
| x | The first X coordinate. | 
| y | The first y coordinate. | 
| x | The second X coordinate. | 
| y | The second y coordinate. | 
| w | The width. | 
| h | The height. | 
Updated by Per Amundsen over 2 years ago · 2 revisions