Home
last modified time | relevance | path

Searched refs:getX (Results 1 – 25 of 82) sorted by last modified time

1234

/plugin/openlayersmap/
H A DStaticMap.php257 $this->lon = $centroid->getX();
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md32 $centX = $centroid->getX();
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php134 'maxx' => $geosRing->pointN(1)->getX(),
135 'minx' => $geosRing->pointN(3)->getX(),
H A DGeometry.php437 public function getX() function in geoPHP\\Geometry\\Geometry
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php372 $node = $indent . "<" . $this->nss . $tag . " lat=\"" . $geom->getY() . "\" lon=\"" . $geom->getX() . "\">\n";
383 return $indent . "<" . $this->nss . $tag . " lat=\"" . $geom->getY() . "\" lon=\"" . $geom->getX() . "\" />\n";
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js43659 var out = otherPub.mul(this.keys.getPrivate()).getX();
45923 var x = this.getX().toArray('be', len);
46347 Point.prototype.getX = function getX() {
46358 …return this === other || this.getX().cmp(other.getX()) === 0 && this.getY().cmp(other.getY()) === …
46451 return this.getX().toArray('be', this.curve.p.byteLength());
46552 return this.getX().cmp(other.getX()) === 0;
46561 Point.prototype.getX = function getX() {
46960 Point.prototype.getX = function getX() {
47673 var kpX = kp.getX();
47711 return p.getX().umod(this.n).cmp(r) === 0;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverPoint.php24 public function getX() function in Facebook\\WebDriver\\WebDriverPoint
77 return $this->x === $point->getX() &&
H A DWebDriverWindow.php148 'x' => $position->getX(),
/plugin/statistics/inc/pchart/
H A DGDCanvas.php17 if($corner2->getX() < $corner1->getX()) {
18 $newCorner1 = new Point($corner2->getX(), $corner1->getY());
19 $newCorner2 = new Point($corner1->getX(), $corner2->getY());
26 $newCorner1 = new Point($corner1->getX(), $corner2->getY());
27 $newCorner2 = new Point($corner2->getX(), $corner1->getY());
33 $X1 = $corner1->getX();
36 $X2 = $corner2->getX();
111 $X1 = $corner1->getX() - .2;
113 $X2 = $corner2->getX()
[all...]
H A DpChart.php1139 $AreaWidth = $point2->getX() - $point1->getX();
1160 $newPosition = new Point($point2->getX() - $TextWidth - 1,
1176 $newPosition = new Point($point2->getX() - $TextWidth - 1,
1180 $newPosition = new Point($point1->getX() + 1,
1184 $newPosition = new Point($point1->getX() + ($AreaWidth / 2) - ($TextWidth / 2),
2825 new Point($point1->getX(), $Yi1),
2826 new Point($point2->getX(), $Yi2),
2842 new Point($point1->getX(), $Yi1),
2843 new Point($point2->getX(),
[all...]
H A DPoint.php12 public function getX() { function in Point
/plugin/statdisplay/pchart/
H A DGDCanvas.php19 if ($corner2->getX() < $corner1->getX()) {
35 $X1 = $corner1->getX();
38 $X2 = $corner2->getX();
160 $X1 = $point1->getX() - .2;
162 $X2 = $point2->getX() + .2;
206 + $point1->getX()
214 + $point2->getX()
222 + $point2->getX()
230 + $point1->getX()
325 $XStep = ($point2->getX() - $point1->getX()) / $Distance;
[all …]
H A DPoint.php12 public function getX() { function in Point
H A DpChart.php1066 $AreaWidth = $point2->getX() - $point1->getX();
1083 $newPosition = new Point($point2->getX() - $TextWidth - 1,
1095 $newPosition = new Point($point2->getX() - $TextWidth - 1,
1099 $newPosition = new Point($point1->getX() + 1,
1103 $newPosition = new Point($point1->getX() + ($AreaWidth / 2) - ($TextWidth / 2),
2626 $this->canvas->drawFilledRectangle(new Point($point1->getX(), $Yi1),
2627 new Point($point2->getX(), $Yi2),
2641 $this->canvas->drawFilledRectangle(new Point($point1->getX(), $Yi1),
2642 new Point($point2->getX(), $Yi2),
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2getX(e),this.y=t.getY(e),this},e.rotateAround=function(t,e){var n=Math.cos(e),r=Math.sin(e),i=this…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1NormalizedVertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1NormalizedVertex
H A DGoogleCloudDocumentaiV1beta2NormalizedVertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2NormalizedVertex
H A DGoogleCloudDocumentaiV1Vertex.php41 public function getX() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1Vertex
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1NormalizedVertex
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1NormalizedVertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1NormalizedVertex
H A DGoogleCloudVisionV1p3beta1Position.php45 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Position
H A DGoogleCloudVisionV1p3beta1Vertex.php41 public function getX() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Vertex
H A DNormalizedVertex.php41 public function getX() function in Google\\Service\\Vision\\NormalizedVertex
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DNormalizedCoordinate.php29 public function getX() function in Google\\Service\\Transcoder\\NormalizedCoordinate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DTileCoordinates.php30 public function getX() function in Google\\Service\\SemanticTile\\TileCoordinates

1234