Home
last modified time | relevance | path

Searched refs:lastPoint (Results 1 – 10 of 10) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DTWKB.php56 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 DPathAbs.php42 $lastPoint = strrpos($lastName, '.');
43 if ($lastPoint === false) {
46 return substr($lastName, 0, $lastPoint);
H A DFetcherVignette.php335 $lastPoint = strrpos($vignette, ".");
336 $extension = substr($vignette, $lastPoint + 1);
337 $wikiId = substr($vignette, 0, $lastPoint);
H A DWikiPath.php311 $lastPoint = strpos($lastName, ".");
312 if ($lastPoint === false) {
318 $parameterPathExtension = substr($lastName, $lastPoint + 1);
/plugin/sketchcanvas/script/
DSketchCanvas.js2553 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/
DpChart.php1581 $lastPoint = null;
1593 if ($lastPoint != null) {
1594 $this->canvas->drawLine($lastPoint,
1604 $lastPoint = $currentPoint;
/plugin/sketchcanvas/bundle/
DSketchCanvas.js36lastPoint=I.points[I.points.length-1]}},mouseMove:function(o){if(I){var a=e.getBoundingClientRect(…
DSketchCanvas.js.map4lastPoint = 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/
Dscript.js8329 var lastPoint = vertArray.length - 1;
8333 var x1 = vertArray[lastPoint][0],
8334 y1 = vertArray[lastPoint][1],
8335 z1 = vertArray[lastPoint][2];
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...