Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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