Home
last modified time | relevance | path

Searched refs:getPoints (Results 1 – 25 of 50) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php129 foreach ($envelope->getPoints() as $point) {
H A DGPX.php409 foreach ($lineString->getPoints() as $point) {
420 foreach ($geom->getPoints() as $point) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php59 return $this->getPoints()[0];
H A DPoint.php206 public function getPoints() function in geoPHP\\Geometry\\Point
H A DPolygon.php156 $points = $ring->getPoints();
187 foreach ($this->exteriorRing()->getPoints() as $point) {
260 $vertices = $this->getPoints();
315 foreach ($this->getPoints() as $vertex) {
339 foreach ($geometry->getPoints() as $p) {
H A DCollection.php234 public function getPoints() function in geoPHP\\Geometry\\Collection
237 // Same as array_merge($points, $component->getPoints()), but 500× faster
277 $thisPoints = $this->getPoints();
278 $otherPoints = $geometry->getPoints();
H A DCurve.php69 public function getPoints() function in geoPHP\\Geometry\\Curve
H A DGeometry.php216 abstract public function getPoints(); function in geoPHP\\Geometry\\Geometry
H A DLineString.php92 foreach ($this->getPoints() as $point) {
127 foreach ($this->getPoints() as $point) {
144 foreach ($this->getPoints() as $point) {
165 $points = $this->getPoints();
203 $points = $this->getPoints();
234 $points = $this->getPoints();
300 foreach ($this->getPoints() as $point) {
311 foreach ($this->getPoints() as $point) {
343 foreach ($this->getPoints() as $i => $point) {
368 foreach ($this->getPoints() a
[all...]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2getPoints:function(t){void 0===t&&(t=5);for(var e=[],n=0;n<=t;n++)e.push(this.getPoint(n/t));retur…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries.php54 public function getPoints() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTimeSeries.php96 public function getPoints() function in Google\\Service\\Monitoring\\TimeSeries
/plugin/a2s/
H A DASCIIToSVG.php2043 public function getPoints() { function in dokuwiki\\plugin\\a2s\\SVGPath
3014 $bP = $box->getPoints();
3015 $pP = $path->getPoints();
3388 $boxPoints = $boxes[$j]->getPoints();
3516 $objPoints = $obj->getPoints();
3534 $objPoints = $obj->getPoints();
3868 $points = $obj->getPoints();
3960 $points = $box->getPoints();
/plugin/ol3/
H A Dscript.js8getPoints(),radius:this.getRadius(),radius2:this.getRadius2(),angle:this.getAngle(),stroke:this.ge… method in e
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.inline.php140 $this->default_baseline = $this->get_height() + $font->size->getPoints();
H A Dbox.br.php131 $parent->_current_y - $font->line_height->apply($fs->getPoints()));
H A Dbox.field.pageno.php29 if ($font->size->getPoints() > 0) {
33 $font->size->getPoints());
59 if ($font->size->getPoints() > 0) {
63 $font->size->getPoints());
H A Dbox.field.pages.php33 if ($font->size->getPoints() > 0) {
37 $font->size->getPoints());
65 if ($font->size->getPoints() > 0) {
69 $font->size->getPoints());
H A Dbox.frame.php180 $top_value = $top->getPoints();
187 $bottom_value = $bottom->getPoints();
206 $left_value = $left->getPoints();
213 $right_value = $right->getPoints();
H A Dbox.generic.formatted.php965 $top_value = $top->getPoints();
979 $bottom_value = $bottom->getPoints();
1004 $left_value = $left->getPoints();
1018 $right_value = $right->getPoints();
H A Dbox.generic.php109 $this->_cached_base_font_size = $font->size->getPoints();
H A Dheight.php145 $constant = array($value->getPoints(), false);
155 $min = array($value->getPoints(), false);
165 $max = array($value->getPoints(), false);
H A Dpath.php49 function getPoints() { function in Path

12