pub fn generate_surrogate_poles(
shape: &SPolygon,
n_pole_limits: &[(usize, f32)],
) -> Vec<Circle>
Expand description
Generates a set of ‘poles’ for a shape according to specified coverage limits.
See compute_pole
for details on what a ‘pole’ is.