MCPcopy Index your code
hub / github.com/processing/processing / shearX

Method shearX

core/src/processing/awt/PGraphicsJava2D.java:2226–2229  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

2224
2225
2226 @Override
2227 public void shearX(float angle) {
2228 g2.shear(Math.tan(angle), 0);
2229 }
2230
2231
2232 @Override

Callers

nothing calls this directly

Calls 1

tanMethod · 0.45

Tested by

no test coverage detected