/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
H A D | GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
H A D | GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
H A D | GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
H A D | GoogleCloudVideointelligenceV1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
H A D | GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/ |
H A D | GoogleCloudDatalabelingV1beta1BoundingPoly.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
H A D | GoogleCloudDatalabelingV1beta1Polyline.php | 29 public function setVertices($vertices) argument 31 $this->vertices = $vertices; 38 return $this->vertices;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
H A D | GoogleCloudDocumentaiV1beta2BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
H A D | GoogleCloudDocumentaiV1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ |
H A D | BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
H A D | GoogleCloudVisionV1p1beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
H A D | GoogleCloudVisionV1p3beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
H A D | GoogleCloudVisionV1p2beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
H A D | GoogleCloudVisionV1p4beta1BoundingPoly.php | 45 public function setVertices($vertices) argument 47 $this->vertices = $vertices; 54 return $this->vertices;
|
/plugin/stlviewer/stlviewer/ |
H A D | parser.min.js | 2 …vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t…
|
H A D | Projector.js | 522 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 D | load_stl.min.js | 2 …e_parse(a){"string"!=typeof a?postMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.fac…
|
H A D | stl_viewer.min.js | 2 …vertices,a.data.faces,!!a.data.colors&&a.data.colors,e.color);if(i){var n=new THREE.MeshLambertMat…
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Polygon.php | 67 * @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/diagramsnet/lib/plugins/ |
H A D | explore.js | 233 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/jdraw/src/com/mxgraph/examples/swing/ |
H A D | CustomCanvas.java.bak | 29 // Demonstrates the use of a Swing component for rendering vertices. 47 // Redirection of drawing vertices in SwingCanvas
|
/plugin/processing/ |
H A D | script.js | 1919 p.vertex(this.vertices[i][0], this.vertices[i][1]); 1923 p.vertex(this.vertices[i][0], this.vertices[i][1], this.vertices[i][2]); 1961 … p.vertex(this.vertices[index][0], this.vertices[index][1], this.vertices[index][2]); 1970 … p.bezierVertex(this.vertices[index+0][0], this.vertices[index+0][1], this.vertices[index+0][2], 1971 … this.vertices[index+1][0], this.vertices[index+1][1], this.vertices[index+1][2], 1972 … this.vertices[index+2][0], this.vertices[index+2][1], this.vertices[index+2][2]); 1976 … p.curveVertex(this.vertices[index][0], this.vertices[index][1], this.vertices[index][2]); 2298 this.vertices = arguments[0].vertices.slice(); 2759 ppx = this.vertices[this.vertices.length-2][0]; 2840 this.vertices[this.vertices.length-1]["moveTo"] = false; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 417 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 427 graph.isTable(state.vertices[0]); 431 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 441 graph.isTable(state.vertices[0]); 460 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 488 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 498 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null; 518 … return (state.vertices.length > 0) ? model.isVertex(model.getParent(state.vertices[0])) : false; 548 … return state.vertices.length > 0 && format.editorUi.editor.graph.isContainer(state.vertices[0]); 4533 var vertices = sstate.vertices; [all …]
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Format.js | 219 result.vertices.push(cell); 1685 if (ss.vertices.length > 1) 1738 graph.isTableRow(ss.vertices[0]) || 1739 graph.isTableCell(ss.vertices[0]); 1741 graph.isStackChild(ss.vertices[0]); 1805 graph.deleteLane(ss.vertices[0]); 1866 graph.deleteLane(ss.vertices[0]); 1870 graph.deleteTableRow(ss.vertices[0]); 2332 else if (ss.vertices.length > 0) 5567 ss.vertices.length == 0 && ss.lineJumps) [all …]
|