[][src]Trait rs_math3d::queries::Distance

pub trait Distance<T, Other> {
    fn distance(&self, other: &Other) -> T;
}

Query Traits

Required methods

fn distance(&self, other: &Other) -> T

Loading content...

Implementors

impl<T: FloatScalar> Distance<T, Vector3<T>> for Plane<T>[src]

Distance Queries

impl<T: FloatScalar> Distance<T, Vector3<T>> for Segment<T, Vector3<T>>[src]

Loading content...