PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int edge_contains_point | ( | const GEOGRAPHIC_EDGE * | e, |
const GEOGRAPHIC_POINT * | p | ||
) |
Returns true if the point p is on the minor edge defined by the end points of e.
Definition at line 1030 of file lwgeodetic.c.
References edge_point_in_cone(), edge_point_on_plane(), LW_FALSE, LW_TRUE, and LWDEBUG.
Referenced by edge_distance_to_point(), edge_intersection(), lwline_covers_lwline(), and lwline_covers_lwpoint().