Home
last modified time | relevance | path

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

/dports/databases/pgsphere/pgsphere-e0b303d/
H A Dpolygon.c276 poly_circle_pos(const SPOLY *poly, const SCIRCLE *circ) in poly_circle_pos() function
1001 PG_RETURN_BOOL(poly_circle_pos(poly, circ) == PGS_POLY_CONT_CIRCLE); in spherepoly_cont_circle()
1010 PG_RETURN_BOOL(poly_circle_pos(poly, circ) != PGS_POLY_CONT_CIRCLE); in spherepoly_cont_circle_neg()
1019 PG_RETURN_BOOL(poly_circle_pos(poly, circ) == PGS_POLY_CONT_CIRCLE); in spherepoly_cont_circle_com()
1028 PG_RETURN_BOOL(poly_circle_pos(poly, circ) != PGS_POLY_CONT_CIRCLE); in spherepoly_cont_circle_com_neg()
1037 PG_RETURN_BOOL(poly_circle_pos(poly, circ) == PGS_CIRCLE_CONT_POLY); in spherecircle_cont_poly()
1046 PG_RETURN_BOOL(poly_circle_pos(poly, circ) != PGS_CIRCLE_CONT_POLY); in spherecircle_cont_poly_neg()
1055 PG_RETURN_BOOL(poly_circle_pos(poly, circ) == PGS_CIRCLE_CONT_POLY); in spherecircle_cont_poly_com()
1064 PG_RETURN_BOOL(poly_circle_pos(poly, circ) != PGS_CIRCLE_CONT_POLY); in spherecircle_cont_poly_com_neg()
1073 PG_RETURN_BOOL(poly_circle_pos(poly, circ) > PGS_CIRCLE_POLY_AVOID); in spherepoly_overlap_circle()
[all …]