Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
scaleImpl
Method · 0.65
transform
Method · 0.65
PShapeSVG
Method · 0.65
drawString
Method · 0.65
drawChar
Method · 0.65
scale
Method · 0.65
scale
Method · 0.65
flushPixels
Method · 0.65
scale
Method · 0.65
loadPixels
Method · 0.65
scale
Method · 0.65
resetMatrix
Method · 0.65
Implementers
2
PMatrix3D
core/src/processing/core/PMatrix3D.jav
PMatrix2D
core/src/processing/core/PMatrix2D.jav
Calls
no outgoing calls
Tested by
no test coverage detected