Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | final class AlignmentPattern extends ResultPoint{ |
||
21 | |||
22 | /** |
||
23 | * Combines this object's current estimate of a finder pattern position and module size |
||
24 | * with a new estimate. It returns a new {@code FinderPattern} containing an average of the two. |
||
25 | */ |
||
26 | public function combineEstimate(float $i, float $j, float $newModuleSize):AlignmentPattern{ |
||
35 |