MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / IsValid

Function IsValid

include/luxrays/utils/utils.h:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343inline bool IsValid(float a) {
344 return !isnan(a) && !isinf(a) && (a >= 0.f);
345}
346
347}
348

Callers 3

Film2SceneRadiusThreadFunction · 0.85
SchlickBSDF_CoatingFMethod · 0.85
SampleMethod · 0.85

Calls 2

isnanFunction · 0.85
isinfFunction · 0.85

Tested by

no test coverage detected