☰
In rs_pbrt::core::sampling
Structs
Distribution1D
Distribution2D
Functions
concentric_sample_disk
cosine_hemisphere_pdf
cosine_sample_hemisphere
latin_hypercube
power_heuristic
shuffle
stratified_sample_1d
stratified_sample_2d
uniform_cone_pdf
uniform_hemisphere_pdf
uniform_sample_cone
uniform_sample_hemisphere
uniform_sample_sphere
uniform_sphere_pdf
?
Function
rs_pbrt
::
core
::
sampling
::
stratified_sample_1d
source
·
[
−
]
pub fn stratified_sample_1d( samp: &mut [
Float
], n_samples:
i32
, rng: &mut
Rng
, jitter:
bool
)