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

Method curveDetail

src/core/p5.Renderer3D.js:502–508  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

500 }
501
502 curveDetail(d) {
503 if (d === undefined) {
504 return this.states.curveDetail;
505 } else {
506 this.states.setValue("curveDetail", d);
507 }
508 }
509
510 drawShape(shape) {
511 const visitor = new PrimitiveToVerticesConverter({

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected