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

Method shearY

core/src/processing/core/PMatrix2D.java:244–246  ·  view source on GitHub ↗
(float angle)

Source from the content-addressed store, hash-verified

242
243
244 public void shearY(float angle) {
245 apply(1, 0, 1, 0, tan(angle), 0);
246 }
247
248
249 public void apply(PMatrix source) {

Callers

nothing calls this directly

Calls 2

applyMethod · 0.95
tanMethod · 0.95

Tested by

no test coverage detected