Home
last modified time | relevance | path

Searched refs:scaled_min_width (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dvoronoi.c651 gint scaled_min_width, scaled_max_width; in hf_voronoi() local
677 scaled_min_width = vs->min_width; in hf_voronoi()
682 scaled_min_width = MIN(vs->min_width*2,10); in hf_voronoi()
687 scaled_min_width = MIN(vs->min_width*4,10); in hf_voronoi()
712 … vs->distribution_type, vs->random_variation, vs->crack_width_type, scaled_min_width, scaled_max_w… in hf_voronoi()
731 … vs->distribution_type, vs->random_variation, vs->crack_width_type, scaled_min_width / 2, scaled_m… in hf_voronoi()
741 … vs->distribution_type, vs->random_variation, vs->crack_width_type, scaled_min_width / 4, scaled_m… in hf_voronoi()