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

Method bezierVertex

core/src/processing/opengl/PGraphics2D.java:413–418  ·  view source on GitHub ↗
(float x2, float y2, float z2,
                           float x3, float y3, float z3,
                           float x4, float y4, float z4)

Source from the content-addressed store, hash-verified

411
412
413 @Override
414 public void bezierVertex(float x2, float y2, float z2,
415 float x3, float y3, float z3,
416 float x4, float y4, float z4) {
417 showDepthWarningXYZ("bezierVertex");
418 }
419
420
421 //////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

showDepthWarningXYZMethod · 0.45

Tested by

no test coverage detected