Trait rin::math::IsParallel[][src]

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

Required methods

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

Loading content...

Implementors

impl<T> IsParallel for Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer> where
    T: PartialEq<T> + Scalar + RealField + Float
[src]

Loading content...