Home
last modified time | relevance | path

Searched refs:numPoints (Results 1 – 18 of 18) sorted by last modified time

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php79 public function numPoints() function in geoPHP\\Geometry\\MultiPoint
103 return new Point($x / $this->numPoints(), $y / $this->numPoints());
H A DPoint.php198 public function numPoints() function in geoPHP\\Geometry\\Point
H A DPolygon.php29 if ($component->numPoints() < 4) {
32 $component->numPoints() . ', expected more than 3'
H A DCollection.php222 public function numPoints() function in geoPHP\\Geometry\\Collection
226 $num += $component->numPoints();
H A DCurve.php51 $this->endPoint = $this->pointN($this->numPoints());
H A DGeometry.php187 abstract public function numPoints(); function in geoPHP\\Geometry\\Geometry
H A DLineString.php50 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;
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php485 $twkb = $this->writer->writeUVarInt($geometry->numPoints());
H A DWKB.php354 $wkb = $this->writer->writeUInt32($line->numPoints());
/plugin/statistics/inc/pchart/
H A DGDCanvas.php654 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
660 $numPoints,
H A DTestCanvas.php74 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
H A DICanvas.php52 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
/plugin/statdisplay/pchart/
H A DGDCanvas.php575 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
580 $numPoints,
H A DICanvas.php56 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100); argument
H A DTestCanvas.php76 function drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) { argument
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php750 * @param int $numPoints
755 private static function adaptBias($delta, $numPoints, $firstTime) argument
759 $delta += intdiv($delta, $numPoints);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js4062 numPoints: 'int16',
/plugin/sketchcanvas/script/
H A DSketchCanvas.js813 var numPoints = tool.points;
817 if(numPoints <= obj.points.length)