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

Method inverse

MyGUIEngine/src/msdfgen/core/DistanceMapping.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace msdfgen {
5
6DistanceMapping DistanceMapping::inverse(Range range) {
7 double rangeWidth = range.upper-range.lower;
8 return DistanceMapping(rangeWidth, range.lower/(rangeWidth ? rangeWidth : 1));
9}
10
11DistanceMapping::DistanceMapping() : scale(1), translate(0) { }
12

Callers

nothing calls this directly

Calls 1

DistanceMappingClass · 0.85

Tested by

no test coverage detected