Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 159 Bytes

File metadata and controls

2 lines (2 loc) · 159 Bytes

Point-Inside-a-Polygon-Algorithm

Detect if a point is inside a polygon; algorithm written in C# using ray technique but in a simpler way and more effective.