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

Method showDepthWarningXYZ

core/src/processing/core/PApplet.java:15590–15592  ·  view source on GitHub ↗

Display a warning that the specified method that takes x, y, z parameters can only be used with x and y parameters in this renderer. @param method The method name (no parentheses)

(String method)

Source from the content-addressed store, hash-verified

15588 * @param method The method name (no parentheses)
15589 */
15590 static public void showDepthWarningXYZ(String method) {
15591 PGraphics.showDepthWarningXYZ(method);
15592 }
15593
15594
15595 /**

Callers 15

shapeMethod · 0.45
bezierVertexMethod · 0.45
quadraticVertexMethod · 0.45
curveVertexMethod · 0.45
vertexMethod · 0.45
translateMethod · 0.45
scaleMethod · 0.45
screenXMethod · 0.45
screenYMethod · 0.45
screenZMethod · 0.45
vertexMethod · 0.45
bezierVertexMethod · 0.45

Calls 1

showDepthWarningXYZMethod · 0.95

Tested by

no test coverage detected