Add docblock

This commit is contained in:
Dennis Eichhorn 2017-10-23 17:30:57 +02:00
parent 7613a42504
commit d73e65fd09

View File

@ -138,7 +138,8 @@ class Polygon implements D2ShapeInterface
* @param array $polygon Polygon definition
*
* @return int
*
*
* @link http://erich.realtimerendering.com/ptinpoly/
* @since 1.0.0
*/
public static function isPointInPolygon(array $point, array $polygon) : int