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

Method x

libtex/src/main/java/io/nano/tex/Graphics2D.java:189–191  ·  view source on GitHub ↗
(float x)

Source from the content-addressed store, hash-verified

187 }
188
189 public float x(float x) {
190 return x * T[SX] + T[TX];
191 }
192
193 public float y(float y) {
194 return y * T[SY] + T[TY];

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