Skip to content

rpgaggioli/pointInPolygon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Point-In-Polygon

Install

API

require(" ")( P , q)

Checks if point q is contained within the polygon P.

  • P is an array of ordered vertices that define the polygon.
  • q is a point.

Returns 1 if the q is in P. 0 if q is not in P.

Credits

(c) 2013 Richard Gaggioli MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published