ITM Grid Service Library: Fortran 90
|
Go to the source code of this file.
Modules | |
module | itm_grid_2dpolygon |
Functions/Subroutines | |
subroutine | itm_grid_2dpolygon::get2dPolygonNodes (grid, object, nodes) |
logical | itm_grid_2dpolygon::pointInPolygon (nodes, x) |
Given the coordinates of n nodes defining the boundary of a polygon as argument nodes(n,2), checks whether the point given by argument x(2) is inside the polygon. |