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

Method vertex

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

Source from the content-addressed store, hash-verified

2699 public void begin(int type);
2700 public void end();
2701 public void vertex(Object data);
2702 public void combine(double[] coords, Object[] data,
2703 float[] weight, Object[] outData);
2704 public void error(int errnum);

Callers 10

rawPolysMethod · 0.65
rawSortedPolysMethod · 0.65
rawLinesMethod · 0.65
rawPointsMethod · 0.65
inGeoToVerticesMethod · 0.65
vertexMethod · 0.65
vertexMethod · 0.65
copyGeometryMethod · 0.65
drawGeometryMethod · 0.65
drawPathMethod · 0.65

Implementers 2

TessellatorCallbackcore/src/processing/opengl/PGraphicsOp
GLUCallbackcore/src/processing/opengl/PJOGL.java

Calls

no outgoing calls

Tested by

no test coverage detected