Description Usage Arguments Value Examples
Determines if a point is on the boundary of a polygon.
1 | pnpolybnd(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. |
eps |
Admissible error. |
TRUE if the point is on the segments.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.