Searched refs:pointCount (Results 1 – 4 of 4) sorted by relevance
25 public $pointCount; variable in Google\\Service\\Monitoring\\Error32 public function setPointCount($pointCount) argument34 $this->pointCount = $pointCount;41 return $this->pointCount;
87 $pointCount = count($points);88 if ($pointCount === 0) {93 $j = ($k + 1) % $pointCount;157 $pointCount = count($points);158 if ($pointCount === 0 || $area == 0.0) {164 $j = ($k + 1) % $pointCount;
342 $pointCount = $this->numPoints();344 if (abs($point->z() - $lastEle) > $verticalTolerance || $i === $pointCount - 1) {367 $pointCount = $this->numPoints();369 if (abs($point->z() - $lastEle) > $verticalTolerance || $i === $pointCount - 1) {
246 $pointCount = $this->reader->readUVarInt();249 for ($i = 0; $i < $pointCount; $i++) {