2017 © Pedro Peláez
 

library polygon

Point in polygon.

image

weiyongsheng/polygon

Point in polygon.

  • Saturday, April 15, 2017
  • by weiyongsheng
  • Repository
  • 0 Watchers
  • 4 Stars
  • 409 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Polygon

Point in polygon, (*1)

Usage

$polygon = new \Polygon\Polygon([
    [0, 0],
    [0, 1],
    [1, 1],
    [1, 0],
]);
var_dump($polygon->contain(0.5, 0.5)); // return bool(true)

The Versions

15/04 2017

dev-master

9999999-dev

Point in polygon.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar weiyongsheng

geo polygon point-in-polygon

15/04 2017

1.1.1

1.1.1.0

Point in polygon.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar weiyongsheng

geo polygon point-in-polygon