Function noise_functions::fractal_bounding
source · pub const fn fractal_bounding(octaves: u32, gain: f32) -> f32Expand description
Calculates the fractal_bounding property for Fbm, FbmWeighted, Ridged and RidgedWeighted.
This function is const if the feature nightly-const-fn-float is enabled.