1 | <?php |
||
9 | class Mask |
||
10 | { |
||
11 | private $drawnBoxes = array(); |
||
12 | |||
13 | /** {@inheritdoc} */ |
||
14 | 3 | public function add(PointInterface $pos, BoxInterface $box) |
|
21 | |||
22 | public function reset() |
||
26 | |||
27 | 3 | public function overlaps(PointInterface $pos, BoxInterface $box) |
|
36 | |||
37 | 3 | protected function intersects( |
|
56 | } |
||
57 |