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

Function seedExtract3

MyGUIEngine/src/msdfgen/core/edge-coloring.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static int seedExtract3(unsigned long long &seed) {
45 int v = int(seed%3);
46 seed /= 3;
47 return v;
48}
49
50static EdgeColor initColor(unsigned long long &seed) {
51 static const EdgeColor colors[3] = { CYAN, MAGENTA, YELLOW };

Callers 2

initColorFunction · 0.85
colorSecondDegreeGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected