Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js1229 var curShapeMode = PConstants.CORNER; variable
3102 if (curShapeMode === PConstants.CENTER) {
3111 } else if (curShapeMode === PConstants.CORNER) {
3118 } else if (curShapeMode === PConstants.CORNERS) {
3129 … if ((arguments.length === 1 && curShapeMode === PConstants.CENTER ) || arguments.length > 1) {
3137 curShapeMode = mode;