Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1Polyline.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
DGoogleCloudDatalabelingV1beta1BoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
DGoogleCloudVideointelligenceV1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
DGoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
DGoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
DGoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
DGoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly.php29 public function setVertices($vertices) argument
31 $this->vertices = $vertices;
38 return $this->vertices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DGoogleCloudVisionV1p2beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
DGoogleCloudVisionV1p3beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
DGoogleCloudVisionV1p4beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
DBoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
DGoogleCloudVisionV1p1beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
DGoogleCloudDocumentaiV1beta2BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
DGoogleCloudDocumentaiV1beta1BoundingPoly.php45 public function setVertices($vertices) argument
47 $this->vertices = $vertices;
54 return $this->vertices;
/plugin/stlviewer/stlviewer/
Dparser.min.js2vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t… property
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 ++ ) {
719 v1.positionScreen.copy( vertices[ v ] ).applyMatrix4( _modelViewProjectionMatrix );
766 var vertices = object.geometry.vertices;
[all …]
Dstl_viewer.min.js2vertices,a.data.faces,!!a.data.colors&&a.data.colors,e.color);if(i){var n=new THREE.MeshLambertMat…
Dload_stl.min.js2 …e_parse(a){"string"!=typeof a?postMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.fac… property
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DPolygon.php260 $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/
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/processing/
Dscript.js1912 if (this.vertices.length === 0) { return; }
1917 if (this.vertices[0].length === 2) { // drawing 2D vertices
1918 for (i = 0; i < this.vertices.length; i++) {
1919 p.vertex(this.vertices[i][0], this.vertices[i][1]);
1922 for (i = 0; i < this.vertices.length; i++) {
1923 p.vertex(this.vertices[i][0], this.vertices[i][1], this.vertices[i][2]);
1929 if (this.vertices[0].length === 2) { // drawing a 2D path
1933 p.vertex(this.vertices[index][0], this.vertices[index][1]);
1934 if ( this.vertices[index]["moveTo"] === true) {
1936 } else if ( this.vertices[index]["moveTo"] === false) {
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
DCustomCanvas.java.bak29 // Demonstrates the use of a Swing component for rendering vertices.
47 // Redirection of drawing vertices in SwingCanvas
/plugin/diagramsnet/lib/js/diagramly/
DEditor.js404 return urlParams['test'] == '1' && state.vertices.length == 1 &&
405 state.edges.length == 0 && graph.isTableCell(state.vertices[0]);
411 return urlParams['test'] == '1' && state.vertices.length == 1 &&
412 state.edges.length == 0 && graph.isTableCell(state.vertices[0]);
417 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null;
426 return state.vertices.length == 1 && state.edges.length == 0 &&
427 graph.isTable(state.vertices[0]);
431 … var cell = (state.vertices.length == 1 && state.edges.length == 0) ? state.vertices[0] : null;
440 return state.vertices.length == 1 && state.edges.length == 0 &&
441 graph.isTable(state.vertices[0]);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js196 return {vertices: [], edges: [], cells: [], x: null, y: null, width: null, height: null,
219 result.vertices.push(cell);
1685 if (ss.vertices.length > 1)
1737 var isTable = graph.isTable(ss.vertices[0]) ||
1738 graph.isTableRow(ss.vertices[0]) ||
1739 graph.isTableCell(ss.vertices[0]);
1740 var isStack = graph.isStack(ss.vertices[0]) ||
1741 graph.isStackChild(ss.vertices[0]);
1748 var style = (graph.isStack(ss.vertices[0])) ? ss.style :
1749 graph.getCellStyle(graph.model.getParent(ss.vertices[0]));
[all …]

123