[][src]Trait mgf::PruningParams

pub trait PruningParams {
    const PERSISTENT_THRESHOLD_SQ: f32;
}

A type that supplies constants to a ContactPruner.

Associated Constants

const PERSISTENT_THRESHOLD_SQ: f32

Minimum distance between two points required to not reject a point.

Loading content...

Implementors

Loading content...