FE-Project
|
module common / Polygon More...
Functions/Subroutines | |
logical function, public | polygon_inpoly (pt_x, pt_y, num_node, v_x, v_y) |
Check whether the point is located inside a polyngon. | |
module common / Polygon
logical function, public scale_polygon::polygon_inpoly | ( | real(rp), intent(in) | pt_x, |
real(rp), intent(in) | pt_y, | ||
integer, intent(in) | num_node, | ||
real(rp), dimension(num_node), intent(in) | v_x, | ||
real(rp), dimension(num_node), intent(in) | v_y ) |
Check whether the point is located inside a polyngon.
Definition at line 32 of file scale_polygon.F90.