MCPcopy Index your code
hub / github.com/processing/processing / curveDetail

Method curveDetail

core/src/processing/core/PGraphics.java:3511–3514  ·  view source on GitHub ↗

( begin auto-generated from curveDetail.xml ) Sets the resolution at which curves display. The default value is 20. This function is only useful when using the P3D renderer as the default P2D renderer does not use this information. ( end auto-generated ) @webref shape:curves @param detail resolut

(int detail)

Source from the content-addressed store, hash-verified

3509 * @see PGraphics#curveTightness(float)
3510 */
3511 public void curveDetail(int detail) {
3512 curveDetail = detail;
3513 curveInit();
3514 }
3515
3516
3517 /**

Callers

nothing calls this directly

Calls 1

curveInitMethod · 0.95

Tested by

no test coverage detected