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

Method beginContour

core/src/processing/opengl/PGL.java:2691–2691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2689 public void beginPolygon(Object data);
2690 public void endPolygon();
2691 public void beginContour();
2692 public void endContour();
2693 public void addVertex(double[] v);
2694 public void addVertex(double[] v, int n, Object data);

Callers 4

tessellatePolygonMethod · 0.65
tessellateLinePathMethod · 0.65
beginContourMethod · 0.65
drawPathMethod · 0.65

Implementers 1

Tessellatorcore/src/processing/opengl/PGraphicsOp

Calls

no outgoing calls

Tested by

no test coverage detected