MCPcopy 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
14Point2 Projection::unproject(const Point2 &coord) const {
15 return coord/scale-translate;
16}
17
18Vector2 Projection::projectVector(const Vector2 &vector) const {
19 return scale*vector;

Callers 2

findErrorsMethod · 0.80
generateDistanceFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected