| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | LineString.php | 50 public function numPoints() function in geoPHP\\Geometry\\LineString 166 $numPoints = $this->numPoints() - 1; 167 for ($i = 0; $i < $numPoints; ++$i) { 204 $numPoints = $this->numPoints() - 1; 205 for ($i = 0; $i < $numPoints; ++$i) { 235 $numPoints = $this->numPoints() - 1; 236 for ($i = 0; $i < $numPoints; ++$i) { 342 $pointCount = $this->numPoints(); 367 $pointCount = $this->numPoints(); 411 $numPoints = count($points); [all …]
|
| D | MultiPoint.php | 79 public function numPoints() function in geoPHP\\Geometry\\MultiPoint 103 return new Point($x / $this->numPoints(), $y / $this->numPoints());
|
| D | Collection.php | 222 public function numPoints() function in geoPHP\\Geometry\\Collection 226 $num += $component->numPoints();
|
| D | Curve.php | 51 $this->endPoint = $this->pointN($this->numPoints());
|
| D | Polygon.php | 29 if ($component->numPoints() < 4) { 32 $component->numPoints() . ', expected more than 3'
|
| D | Point.php | 198 public function numPoints() function in geoPHP\\Geometry\\Point
|
| D | Geometry.php | 187 abstract public function numPoints(); function in geoPHP\\Geometry\\Geometry
|
| /plugin/statdisplay/pchart/ |
| D | ICanvas.php | 56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
|
| D | TestCanvas.php | 76 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
|
| D | GDCanvas.php | 575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument 580 $numPoints,
|
| /plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
| D | Idn.php | 750 * @param int $numPoints 755 private static function adaptBias($delta, $numPoints, $firstTime) argument 759 $delta += intdiv($delta, $numPoints);
|
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | WKB.php | 354 $wkb = $this->writer->writeUInt32($line->numPoints());
|
| D | TWKB.php | 485 $twkb = $this->writer->writeUVarInt($geometry->numPoints());
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 817 var numPoints = tool.points; 821 if(numPoints <= obj.points.length)
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | mp3.js | 4062 numPoints: 'int16', property
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 ….tool];\r\n\tvar numPoints = tool.points;\r\n\r\n\ttool.setColor(coltable[obj.color]);\r\n\ttool.s… 6 …inCoord", "coord", "canvasToSrc", "setFont", "baseSize", "drawCanvas", "numPoints", "coltable", "m…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …numPoints, float radius, float radius2, float angle) {\n float startAngle = -PI * 0.5 + angle; //…
|