Home
last modified time | relevance | path

Searched refs:vertices (Results 1 – 25 of 57) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php67 * @param bool|false $signed Usually we want to get positive area, but vertices order (CW or CCW) can be determined from signed area.
260 $vertices = $this->getPoints();
263 if ($this->pointOnVertex($point, $vertices)) {
269 $verticesCount = count($vertices);
271 $vertex1 = $vertices[$i - 1];
272 $vertex2 = $vertices[$i];
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2vertices,a.data.faces,!!a.data.colors&&a.data.colors,e.color);if(i){var n=new THREE.MeshLambertMat…
H A Dthree.min.js2vertices=[],this.normals=[],this.colors=[],this.uvs=[],this.uvs2=[],this.groups=[],this.morphTarge… property in a.parameters
H A DCanvasRenderer.js132 vertices: 0, property in THREE.CanvasRenderer.info.render
330 _this.info.render.vertices = 0;
696 _this.info.render.vertices += 3;
H A Dparser.min.js2vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t…
H A DProjector.js522 var vertices = geometry.vertices;
532 for ( var v = 0, vl = vertices.length; v < vl; v ++ ) {
534 var vertex = vertices[ v ];
550 var targetVertex = target.vertices[ v ];
707 var vertices = object.geometry.vertices;
709 if ( vertices.length === 0 ) continue;
712 v1.positionScreen.copy( vertices[ 0 ] ).applyMatrix4( _modelViewProjectionMatrix );
716 for ( var v = 1, vl = vertices.length; v < vl; v ++ ) {
766 var vertices = object.geometry.vertices;
768 for ( var v = 0, vl = vertices.length; v < vl; v ++ ) {
[all …]
H A Dload_stl.min.js2 …e_parse(a){"string"!=typeof a?postMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.fac…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
H A DGoogleCloudDocumentaiV1beta2BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
H A DGoogleCloudDocumentaiV1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
H A DGoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
H A DGoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
H A DGoogleCloudVideointelligenceV1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
H A DGoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1BoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
H A DGoogleCloudDatalabelingV1beta1Polyline.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DBoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
H A DGoogleCloudVisionV1p1beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
H A DGoogleCloudVisionV1p3beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
H A DGoogleCloudVisionV1p2beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
H A DGoogleCloudVisionV1p4beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js233 var vertices = [];
242 vertices.push(tmp);
258 var cellCount = vertices.length;
265 var geo = graph.getModel().getGeometry(vertices[i]);
273 graph.getModel().setGeometry(vertices[i], geo);
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2 …VisibilityGraph(this._nodes.map(function(b){return b.bounds.inflate(-a).vertices()}))},a.prototype…
3 …tions(this.cx(),this.cy(),a,b);return c.length>0?c[0]:null},a.prototype.vertices=function(){return…

123