Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ scale
Method
scale
core/src/processing/opengl/PGraphicsOpenGL.java:3853–3856 ·
view source on GitHub ↗
Same as scale(s, s, s).
(float s)
Source
from the content-addressed store, hash-verified
3851
* Same as scale(s, s, s).
3852
*/
3853
@Override
3854
public
void
scale(float s) {
3855
scaleImpl(s, s, s);
3856
}
3857
3858
3859
/**
Callers
1
shape
Method · 0.95
Calls
1
scaleImpl
Method · 0.95
Tested by
no test coverage detected