MCPcopy
hub / github.com/processing/p5.js / endContour

Method endContour

src/core/p5.Renderer.js:222–224  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

220 }
221
222 endContour(mode) {
223 this.currentShape.endContour(mode);
224 }
225
226 drawShape(shape, count) {
227 throw new Error('Unimplemented');

Callers 5

getColorsFunction · 0.45
typography.jsFile · 0.45
shapes.jsFile · 0.45
webgl.jsFile · 0.45
textToModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected