mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +00:00
Add docblock
This commit is contained in:
parent
7613a42504
commit
d73e65fd09
|
|
@ -138,7 +138,8 @@ class Polygon implements D2ShapeInterface
|
||||||
* @param array $polygon Polygon definition
|
* @param array $polygon Polygon definition
|
||||||
*
|
*
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
|
* @link http://erich.realtimerendering.com/ptinpoly/
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public static function isPointInPolygon(array $point, array $polygon) : int
|
public static function isPointInPolygon(array $point, array $polygon) : int
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user