MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / calculate

Method calculate

ogsr_engine/xrGame/script_lanim.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 return item->Length_ms();
30 }
31 Fcolor calculate(float T)
32 {
33 int frame;
34 VERIFY(item);
35 return Fcolor().set(item->CalculateRGB(T, frame));
36 }
37};
38
39

Callers

nothing calls this directly

Calls 3

FcolorClass · 0.85
CalculateRGBMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected