Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ unprojectVector
Method
unprojectVector
MyGUIEngine/src/msdfgen/core/Projection.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
Vector2 Projection::unprojectVector(const Vector2 &vector) const {
23
return vector/scale;
24
}
25
26
double Projection::projectX(double x) const {
27
return scale.x*(x+translate.x);
Callers
3
ShapeDistanceChecker
Method · 0.80
protectEdges
Method · 0.80
findErrors
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected