Fixing naming error

This commit is contained in:
Dennis Eichhorn 2016-05-06 23:40:44 +02:00
parent 277e360159
commit bfaa80e4ca

View File

@ -33,9 +33,9 @@ final class MonotoneChain
/** /**
* Counter clock wise turn? * Counter clock wise turn?
* *
* @param array $a Point b * @param array $a Point a
* @param array $b Point c * @param array $b Point b
* @param array $c Point d * @param array $c Point c
* *
* @return float * @return float
* *
@ -50,8 +50,8 @@ final class MonotoneChain
/** /**
* Sort by x coordinate then by z coordinate * Sort by x coordinate then by z coordinate
* *
* @param array $a Point b * @param array $a Point a
* @param array $b Point c * @param array $b Point b
* *
* @return float * @return float
* *