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

Method edge

core/src/processing/core/PGraphics.java:1241–1243  ·  view source on GitHub ↗

Sets whether the upcoming vertex is part of an edge. Equivalent to glEdgeFlag(), for people familiar with OpenGL.

(boolean edge)

Source from the content-addressed store, hash-verified

1239 * Equivalent to glEdgeFlag(), for people familiar with OpenGL.
1240 */
1241 public void edge(boolean edge) {
1242 this.edge = edge;
1243 }
1244
1245
1246 /**

Callers 1

sphereMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected