ITM Grid Service Library: Fortran 90
|
Functions/Subroutines | |
subroutine | get2dPolygonNodes (grid, object, nodes) |
logical | 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. |
subroutine itm_grid_2dpolygon::get2dPolygonNodes | ( | type(type_complexgrid),intent(in) | grid, |
type(GridObject),intent(in) | object, | ||
type(GridObject),dimension(:),intent(out),allocatable | nodes | ||
) |
Definition at line 9 of file itm_grid_2dpolygon.f90.
logical itm_grid_2dpolygon::pointInPolygon | ( | real(R8),dimension(:,:),intent(in) | nodes, |
real(R8),dimension(:),intent(in) | 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.
Definition at line 74 of file itm_grid_2dpolygon.f90.