Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ unprojectY
Method
unprojectY
MyGUIEngine/src/msdfgen/core/Projection.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
double Projection::unprojectY(double y) const {
39
return y/scale.y-translate.y;
40
}
41
42
}
Callers
4
estimateSDFErrorInner
Function · 0.80
rasterize
Function · 0.80
distanceSignCorrection
Function · 0.80
multiDistanceSignCorrection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected