PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int lwpoint_inside_circle | ( | const LWPOINT * | p, |
double | cx, | ||
double | cy, | ||
double | rad | ||
) |
Definition at line 615 of file lwgeom.c.
References circ_node::center, distance2d_pt_pt(), getPoint2d_cp(), LW_FALSE, LW_TRUE, LWPOINT::point, POINT2D::x, and POINT2D::y.
Referenced by LWGEOM_inside_circle_point().