Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A 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
[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/
H A DSketchCanvas.js2549 this.lastPoint = cur_shape.points[cur_shape.points.length-1];
2558 if(this.lastPoint){
2559 var pt = this.lastPoint;
2585 this.lastPoint = null;
/plugin/statdisplay/pchart/
H A DpChart.php1581 $lastPoint = null;
1593 if ($lastPoint != null) {
1594 $this->canvas->drawLine($lastPoint,
1604 $lastPoint = $currentPoint;
/plugin/statistics/inc/pchart/
H A DpChart.php1709 $lastPoint = null;
1721 if($lastPoint != null) {
1723 $lastPoint,
1734 $lastPoint = $currentPoint;
/plugin/processing/
H A 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/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...