@falseluffy/point-polygon-test

0.0.1 • Public • Published

检测指定点是否在多边形内部,如果在则为true 否则为false

pointer = [200, 10]
polygon = [[10,20],[150, 200],[100,20],[400, 30]]
pointPolygonTest (pointer, polygon)

Readme

Keywords

none

Package Sidebar

Install

npm i @falseluffy/point-polygon-test

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

3.15 kB

Total Files

3

Last publish

Collaborators

  • falseluffy