Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ unproject
Method
unproject
MyGUIEngine/src/msdfgen/core/Projection.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
Point2 Projection::unproject(const Point2 &coord) const {
15
return coord/scale-translate;
16
}
17
18
Vector2 Projection::projectVector(const Vector2 &vector) const {
19
return scale*vector;
Callers
2
findErrors
Method · 0.80
generateDistanceField
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected