Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ shearX
Method
shearX
core/src/processing/core/PMatrix2D.java:239–241 ·
view source on GitHub ↗
(float angle)
Source
from the content-addressed store, hash-verified
237
238
239
public
void
shearX(float angle) {
240
apply(1, 0, 1, tan(angle), 0, 0);
241
}
242
243
244
public
void
shearY(float angle) {
Callers
nothing calls this directly
Calls
2
apply
Method · 0.95
tan
Method · 0.95
Tested by
no test coverage detected