Home
last modified time | relevance | path

Searched refs:vertexCodes (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
Dscript.js1916 if (this.vertexCodes.length === 0) { // each point is a simple vertex
1930 for (j = 0; j < this.vertexCodes.length; j++) {
1931 switch (this.vertexCodes[j]) {
1958 for (j = 0; j < this.vertexCodes.length; j++) {
1959 switch (this.vertexCodes[j]) {
2243 this.vertexCodes = []; property in PShapeSVG
2273 this.vertexCodes = []; property in PShapeSVG
2297 this.vertexCodes = arguments[0].vertexCodes.slice();
2861 this.vertexCodes.push(what);