library polygon
Point in polygon.
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
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)
dev-master
9999999-dev
Point in polygon.
Sources
Download
MIT
The Requires
The Development Requires
by
weiyongsheng
geo
polygon
point-in-polygon
1.1.1
1.1.1.0
Point in polygon.
Sources
Download
MIT
The Requires
The Development Requires
by
weiyongsheng
geo
polygon
point-in-polygon