Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ uniformSampleDiskPDF
Function
uniformSampleDiskPDF
tutorials/common/math/sampling.h:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
inline float uniformSampleDiskPDF(const float radius)
135
{
136
return rcp(float(M_PI) * sqr(radius));
137
}
138
139
inline float _uniformSampleDiskPDF(const float radius)
140
{
Callers
1
SpotLight_set
Function · 0.85
Calls
2
rcp
Function · 0.50
sqr
Function · 0.50
Tested by
no test coverage detected