Searched refs:lastPoint (Results 1 – 10 of 10) sorted by relevance
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | TWKB.php | 56 private $lastPoint = null; variable in geoPHP\\Adapter\\TWKB 168 $this->lastPoint = new Point(0, 0, 0, 0); 214 $this->lastPoint->x() + $this->reader->readSVarInt() / $options['precisionFactor'], 218 $this->lastPoint->y() + $this->reader->readSVarInt() / $options['precisionFactor'], 222 $this->lastPoint->z() + $this->reader->readSVarInt() / $options['zPrecisionFactor'], 226 $this->lastPoint->m() + $this->reader->readSVarInt() / $options['mPrecisionFactor'], 230 $this->lastPoint = new Point($x, $y, $z, $m); 231 return $this->lastPoint; 389 $this->lastPoint = new Point(0, 0, 0, 0); 465 $twkb = $this->writer->writeSVarInt($x - $this->lastPoint->x()); [all …]
|
| /plugin/combo/ComboStrap/ |
| H A D | PathAbs.php | 42 $lastPoint = strrpos($lastName, '.'); 43 if ($lastPoint === false) { 46 return substr($lastName, 0, $lastPoint);
|
| H A D | FetcherVignette.php | 335 $lastPoint = strrpos($vignette, "."); 336 $extension = substr($vignette, $lastPoint + 1); 337 $wikiId = substr($vignette, 0, $lastPoint);
|
| H A D | WikiPath.php | 311 $lastPoint = strpos($lastName, "."); 312 if ($lastPoint === false) { 318 $parameterPathExtension = substr($lastName, $lastPoint + 1);
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 2553 this.lastPoint = cur_shape.points[cur_shape.points.length-1]; 2562 if(this.lastPoint){ 2563 var pt = this.lastPoint; 2589 this.lastPoint = null;
|
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 1581 $lastPoint = null; 1593 if ($lastPoint != null) { 1594 $this->canvas->drawLine($lastPoint, 1604 $lastPoint = $currentPoint;
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 36 …lastPoint=I.points[I.points.length-1]}},mouseMove:function(o){if(I){var a=e.getBoundingClientRect(…
|
| D | SketchCanvas.js.map | 4 …lastPoint = cur_shape.points[cur_shape.points.length-1];\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\tmouseMo…
|
| /plugin/processing/ |
| D | script.js | 8329 var lastPoint = vertArray.length - 1; 8333 var x1 = vertArray[lastPoint][0], 8334 y1 = vertArray[lastPoint][1], 8335 z1 = vertArray[lastPoint][2];
|
| /plugin/jdraw/lib/ |
| D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |