Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
343
inline bool IsValid(float a) {
344
return !isnan(a) && !isinf(a) && (a >= 0.f);
345
}
346
347
}
348
Callers
3
Film2SceneRadiusThread
Function · 0.85
SchlickBSDF_CoatingF
Method · 0.85
Sample
Method · 0.85
Calls
2
isnan
Function · 0.85
isinf
Function · 0.85
Tested by
no test coverage detected