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

Class Delta

MyGUIEngine/src/msdfgen/core/DistanceMapping.h:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11public:
12 /// Explicitly designates value as distance delta rather than an absolute distance.
13 class Delta {
14 public:
15 double value;
16 inline explicit Delta(double distanceDelta) : value(distanceDelta) { }
17 inline operator double() const { return value; }
18 };
19
20 static DistanceMapping inverse(Range range);
21

Callers 2

protectEdgesMethod · 0.85
findErrorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected