MCPcopy 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
34double Projection::unprojectX(double x) const {
35 return x/scale.x-translate.x;
36}
37
38double Projection::unprojectY(double y) const {
39 return y/scale.y-translate.y;

Callers 6

scanlineSDFFunction · 0.80
scanlineMSDFFunction · 0.80
estimateSDFErrorInnerFunction · 0.80
rasterizeFunction · 0.80
distanceSignCorrectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected