MCPcopy 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
30double Projection::projectY(double y) const {
31 return scale.y*(y+translate.y);
32}
33
34double Projection::unprojectX(double x) const {
35 return x/scale.x-translate.x;

Callers 2

scanlineSDFFunction · 0.80
scanlineMSDFFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected