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

Method is3D

core/src/processing/opengl/PGraphics2D.java:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51 @Override
52 public boolean is3D() {
53 return false;
54 }
55
56
57 //////////////////////////////////////////////////////////////

Callers 15

hintMethod · 0.45
createShapeFamilyMethod · 0.45
createShapePrimitiveMethod · 0.45
tessellateMethod · 0.45
flushMethod · 0.45
rawPolysMethod · 0.45
rawSortedPolysMethod · 0.45
rawLinesMethod · 0.45
rawPointsMethod · 0.45
textLineImplMethod · 0.45
setGLSettingsMethod · 0.45
getVertexMinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected