MCPcopy Create free account
hub / github.com/MyGUI/mygui / unprojectY

Method unprojectY

MyGUIEngine/src/msdfgen/core/Projection.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38double Projection::unprojectY(double y) const {
39 return y/scale.y-translate.y;
40}
41
42}

Callers 4

estimateSDFErrorInnerFunction · 0.80
rasterizeFunction · 0.80
distanceSignCorrectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected