Searched refs:gridX (Results 1 – 1 of 1) sorted by relevance
1837 public $gridX; variable in dokuwiki\\plugin\\a2s\\Point1859 $this->gridX = $x;2120 ($this->points[$i]->gridX <= $x || $this->points[$j]->gridX <= $x)) {2123 ($this->points[$j]->gridX - $this->points[$i]->gridX) < $x) {3887 if ($nP != null && $p->gridX == $nP->gridX) {3903 $maxX = max($p->gridX, $nP->gridX);3904 for ($j = min($p->gridX, $nP->gridX); $j <= $maxX; $j++) {3915 } elseif ($nP != null && $closed == false && $p->gridX != $nP->gridX &&3924 $c = $p->gridX;3961 $sX = $points[0]->gridX + 1;[all …]