PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
int lw_dist2d_tri_curvepoly | ( | LWTRIANGLE * | tri, |
LWCURVEPOLY * | poly, | ||
DISTPTS * | dl | ||
) |
Definition at line 907 of file measures.c.
References DIST_MAX, DIST_MIN, DISTPTS::distance, getPoint2d_cp(), lw_curvering_getfirstpoint2d_cp(), lw_dist2d_recursive(), LW_FALSE, LW_OUTSIDE, LW_TRUE, lwgeom_contains_point(), DISTPTS::mode, LWCURVEPOLY::nrings, DISTPTS::p1, DISTPTS::p2, LWTRIANGLE::points, LWCURVEPOLY::rings, DISTPTS::tolerance, POINT2D::x, and POINT2D::y.
Referenced by lw_dist2d_distribute_bruteforce().