MCPcopy Index your code
hub / github.com/benfry/processing4 / smooth

Method smooth

core/src/processing/core/PApplet.java:1126–1128  ·  view source on GitHub ↗

@nowebref

()

Source from the content-addressed store, hash-verified

1124 * @nowebref
1125 */
1126 public void smooth() {
1127 smooth(1);
1128 }
1129
1130 /**
1131 * Draws all geometry with smooth (anti-aliased) edges.

Callers 1

svgToImageMethod · 0.45

Calls 1

smoothWarningMethod · 0.95

Tested by

no test coverage detected