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

Method scale

core/src/processing/core/PMatrix.java:96–96  ·  view source on GitHub ↗
(float s)

Source from the content-addressed store, hash-verified

94 public void rotate(float angle, float v0, float v1, float v2);
95
96 public void scale(float s);
97
98 public void scale(float sx, float sy);
99

Callers 14

scaleImplMethod · 0.65
transformMethod · 0.65
PShapeSVGMethod · 0.65
drawStringMethod · 0.65
drawCharMethod · 0.65
scaleMethod · 0.65
scaleMethod · 0.65
flushPixelsMethod · 0.65
scaleMethod · 0.65
loadPixelsMethod · 0.65
scaleMethod · 0.65
resetMatrixMethod · 0.65

Implementers 2

PMatrix3Dcore/src/processing/core/PMatrix3D.jav
PMatrix2Dcore/src/processing/core/PMatrix2D.jav

Calls

no outgoing calls

Tested by

no test coverage detected