Trait mgf::Penetrates[][src]

pub trait Penetrates<RHS> {
    fn separation(&self, rhs: &RHS) -> Option<f32>;
}

A type that can penetrate another.

Required Methods

Returns the minimum distance between the two object if they are not penetrating.

Implementors