Trait rust_3d::traits::HasLength [] [src]

pub trait HasLength {
    fn length(&self) -> f64;
}

HasLength is a trait used for types which have a physical length

Required Methods

Should return the physical length

Implementors