Trait rin_math::IsParallel[][src]

pub trait IsParallel {
    fn is_parallel(&self, other: &Self) -> bool;
}

Required methods

fn is_parallel(&self, other: &Self) -> bool[src]

Loading content...

Implementors

impl<T: PartialEq + Scalar + RealField + Float> IsParallel for Vec3<T>[src]

Loading content...