Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ projectY
Method
projectY
MyGUIEngine/src/msdfgen/core/Projection.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
double Projection::projectY(double y) const {
31
return scale.y*(y+translate.y);
32
}
33
34
double Projection::unprojectX(double x) const {
35
return x/scale.x-translate.x;
Callers
2
scanlineSDF
Function · 0.80
scanlineMSDF
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected