clip_features

Function clip_features 

Source
pub fn clip_features<M, P: Clone + Default, D: Clone + Default>(
    features: &[VectorFeature<M, P, D>],
    scale: f64,
    k1: f64,
    k2: f64,
    axis: Axis,
    base_buffer: f64,
) -> Option<Vec<VectorFeature<M, P, D>>>
where M: Clone,
Expand description

Internal clip function for a collection of VectorFeatures