Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php254 * @param boolean $pointOnBoundary - whether a boundary should be considered "in" or not
258 public function pointInPolygon($point, $pointOnBoundary = true, $pointOnVertex = true) argument
280 return $pointOnBoundary ? true : false;
294 return $pointOnBoundary ? true : false;