mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fixing naming error
This commit is contained in:
parent
277e360159
commit
bfaa80e4ca
|
|
@ -33,9 +33,9 @@ final class MonotoneChain
|
|||
/**
|
||||
* Counter clock wise turn?
|
||||
*
|
||||
* @param array $a Point b
|
||||
* @param array $b Point c
|
||||
* @param array $c Point d
|
||||
* @param array $a Point a
|
||||
* @param array $b Point b
|
||||
* @param array $c Point c
|
||||
*
|
||||
* @return float
|
||||
*
|
||||
|
|
@ -50,8 +50,8 @@ final class MonotoneChain
|
|||
/**
|
||||
* Sort by x coordinate then by z coordinate
|
||||
*
|
||||
* @param array $a Point b
|
||||
* @param array $b Point c
|
||||
* @param array $a Point a
|
||||
* @param array $b Point b
|
||||
*
|
||||
* @return float
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user