Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ invScale
Method
invScale
core/src/processing/core/PMatrix3D.java:785–787 ·
view source on GitHub ↗
(float x, float y, float z)
Source
from the content-addressed store, hash-verified
783
784
785
protected
void
invScale(float x, float y, float z) {
786
preApply(1/x, 0, 0, 0, 0, 1/y, 0, 0, 0, 0, 1/z, 0, 0, 0, 0, 1);
787
}
788
789
790
protected
boolean invApply(float n00, float n01, float n02, float n03,
Callers
nothing calls this directly
Calls
1
preApply
Method · 0.95
Tested by
no test coverage detected