Description Usage Arguments Value Examples
Determines if a point is inside a simple polygon.
1 | pnpoly(vx, vy, x, y)
|
vx |
x coordinates of the vertices of the polygon. |
vy |
y coordinates of the vertices of the polygon. |
x |
x coordinate of the point to be tested. |
y |
y coordinate of the point to be tested. |
TRUE if the point is inside the polygon.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.