AP_Math: correct URL for Polygon_outside algorithm

This commit is contained in:
Peter Barker 2019-05-22 21:01:57 +10:00 committed by Peter Barker
parent 734abe3d7d
commit f09efe0908

View File

@ -20,7 +20,7 @@
/*
* The point in polygon algorithm is based on:
* http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html
* https://wrf.ecse.rpi.edu//Research/Short_Notes/pnpoly.html
*/