Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ unprojectX
Method
unprojectX
MyGUIEngine/src/msdfgen/core/Projection.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
double Projection::unprojectX(double x) const {
35
return x/scale.x-translate.x;
36
}
37
38
double Projection::unprojectY(double y) const {
39
return y/scale.y-translate.y;
Callers
6
scanlineSDF
Function · 0.80
scanlineMSDF
Function · 0.80
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