Home
last modified time | relevance | path

Searched refs:vertices (Results 1 – 25 of 57) sorted by relevance

123

/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/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/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/stlviewer/stlviewer/
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…
H A Dstl_viewer.min.js2vertices,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 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/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/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak29 // Demonstrates the use of a Swing component for rendering vertices.
47 // Redirection of drawing vertices in SwingCanvas
/plugin/processing/
H A Dscript.js1919 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 DEditor.js417 … 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 DFormat.js219 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 …]

123