Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rotate
Method · 0.95
drawText
Method · 0.95
drawLine
Method · 0.95
renderRect
Method · 0.95
renderRoundRect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected