Home
last modified time | relevance | path

Searched refs:Is_In_Polygon (Results 1 – 3 of 3) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dstats.h117 int Is_In_Polygon(t_geo_coord *point, t_poly *poly);
H A Dslfv.c1246 if(Is_In_Polygon(ldsk_a_pop[i]->coord,poly[permut[j]]) == YES) in SLFV_Simulate_Forward_Core()
H A Dstats.c4960 if(Is_In_Polygon(point,poly) == YES) n_hit++; in Area_Of_Poly_Monte_Carlo()
4974 int Is_In_Polygon(t_geo_coord *point, t_poly *poly) in Is_In_Polygon() function