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

Method vertex

core/src/processing/opengl/PGraphics2D.java:471–474  ·  view source on GitHub ↗
(float x, float y, float z)

Source from the content-addressed store, hash-verified

469
470
471 @Override
472 public void vertex(float x, float y, float z) {
473 showDepthWarningXYZ("vertex");
474 }
475
476 @Override
477 public void vertex(float x, float y, float z, float u, float v) {

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected