Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ invTranslate
Method
invTranslate
core/src/processing/core/PMatrix3D.java:742–747 ·
view source on GitHub ↗
(float tx, float ty, float tz)
Source
from the content-addressed store, hash-verified
740
741
742
protected
void
invTranslate(float tx, float ty, float tz) {
743
preApply(1, 0, 0, -tx,
744
0, 1, 0, -ty,
745
0, 0, 1, -tz,
746
0, 0, 0, 1);
747
}
748
749
750
protected
void
invRotateX(float angle) {
Callers
nothing calls this directly
Calls
1
preApply
Method · 0.95
Tested by
no test coverage detected