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

Method vertex

core/src/processing/opengl/PGraphicsOpenGL.java:1996–2000  ·  view source on GitHub ↗
(float x, float y)

Source from the content-addressed store, hash-verified

1994
1995
1996 @Override
1997 public void vertex(float x, float y) {
1998 vertexImpl(x, y, 0, 0, 0);
1999 if (textureImage != null) PGraphics.showWarning(MISSING_UV_TEXCOORDS_ERROR);
2000 }
2001
2002
2003 @Override

Callers 3

textCharModelImplMethod · 0.95
textCharShapeImplMethod · 0.95
filterMethod · 0.95

Calls 2

vertexImplMethod · 0.95
showWarningMethod · 0.95

Tested by

no test coverage detected