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

Method begin2D

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

Source from the content-addressed store, hash-verified

164
165
166 @Override
167 protected void begin2D() {
168 pushProjection();
169 defaultPerspective();
170 pushMatrix();
171 defaultCamera();
172 }
173
174
175 @Override

Callers

nothing calls this directly

Calls 4

defaultPerspectiveMethod · 0.95
defaultCameraMethod · 0.95
pushProjectionMethod · 0.80
pushMatrixMethod · 0.45

Tested by

no test coverage detected