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

Method ortho

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

Source from the content-addressed store, hash-verified

75
76
77 @Override
78 public void ortho() {
79 showMethodWarning("ortho");
80 }
81
82
83 @Override

Callers 2

defaultPerspectiveMethod · 0.45
begin2DMethod · 0.45

Calls 1

showMethodWarningMethod · 0.45

Tested by

no test coverage detected