Go to the source code of this file.
|
logical function | inpoly (X, Y, XSOM, YSOM, NSOM) |
|
◆ inpoly()
logical function inpoly |
( |
double precision, intent(in) |
X, |
|
|
double precision, intent(in) |
Y, |
|
|
double precision, dimension(nsom), intent(in) |
XSOM, |
|
|
double precision, dimension(nsom), intent(in) |
YSOM, |
|
|
integer, intent(in) |
NSOM |
|
) |
| |
- Parameters
-
[in] | nsom | NSOM Number of apices of polygon |
[in] | X | Abscissa of point |
[in] | Y | Ordinate of point |
[in] | XSOM | Abscissae of polygon apices |
[in] | YSOM | Ordinates of polygon apices |
Definition at line 7 of file inpoly.f.