MCPcopy Create free account
hub / github.com/NanoMichael/AndroidLaTeXMath / y

Method y

libtex/src/main/java/io/nano/tex/Graphics2D.java:193–195  ·  view source on GitHub ↗
(float y)

Source from the content-addressed store, hash-verified

191 }
192
193 public float y(float y) {
194 return y * T[SY] + T[TY];
195 }
196
197 public float w(float w) {
198 return T[SX] * w;

Callers 5

rotateMethod · 0.95
drawTextMethod · 0.95
drawLineMethod · 0.95
renderRectMethod · 0.95
renderRoundRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected