MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / isScaleFactorValid

Function isScaleFactorValid

plugins/video/parameter-wrappers.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static bool isScaleFactorValid(double scaleFactor)
91{
92 return scaleFactor > 1.;
93}
94
95static bool isMinNeighborsValid(int minNeighbors)
96{

Callers 1

LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected