Home
last modified time | relevance | path

Searched defs:POINT_INTERSECTION (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/geos/geos-3.9.1/include/geos/algorithm/
H A DLineIntersector.h136 POINT_INTERSECTION = 1, enumerator
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/algorithm/
H A DLineIntersector.java67 public final static int POINT_INTERSECTION = 1; field in LineIntersector