Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ isInsideVolume
Function
isInsideVolume
openpgl/data/SampleData.h:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
inline bool isInsideVolume(const SampleData &sd)
80
{
81
return (sd.flags & EInsideVolume);
82
}
83
84
inline bool isDirectLight(const SampleData &sd)
85
{
Callers
1
addSample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected