The is_inside command is a Boolean function which takes two arguments, a point and a polygon or circle.
is_inside returns 1 if the point is inside the
polygon or circle (including the boundary) and returns 0
otherwise.
Input:
Output:
Input:
Output:
Input:
Output: