Home
last modified time | relevance | path

Searched refs:pointCount (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DError.php25 public $pointCount; variable in Google\\Service\\Monitoring\\Error
32 public function setPointCount($pointCount) argument
34 $this->pointCount = $pointCount;
41 return $this->pointCount;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DPolygon.php87 $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;
DLineString.php342 $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) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DTWKB.php246 $pointCount = $this->reader->readUVarInt();
249 for ($i = 0; $i < $pointCount; $i++) {
/plugin/strata/
Dplotly-2.25.2.min.js8pointCount=0,this.contourLineWidth=1,this.contourPositions=M,this.contourVAO=S,this.contourCount=0…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js63508 var pointCount = 0;
63547 pointCount++;
63550 endPtsOfContours.push(pointCount - 1);
63555 endPtsOfContours.push(pointCount - 1);