Description Usage Arguments Value Examples
Determines if a point is inside or on the boundary of a
simple polygon. This function simply calls
pnpoly
and pnpolybnd
.
1 | ponpoly(vx, vy, x, y, eps0 = 1e-08)
|
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 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.