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

Method quadraticVertex

core/src/processing/opengl/PGraphics2D.java:426–430  ·  view source on GitHub ↗
(float x2, float y2, float z2,
                         float x4, float y4, float z4)

Source from the content-addressed store, hash-verified

424
425
426 @Override
427 public void quadraticVertex(float x2, float y2, float z2,
428 float x4, float y4, float z4) {
429 showDepthWarningXYZ("quadVertex");
430 }
431
432
433 //////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected