Trait IsParallel
rin_math
pub trait IsParallel { fn is_parallel(&self, other: &Self) -> bool; }
fn is_parallel(&self, other: &Self) -> bool
impl<T: PartialEq + Scalar + RealField + Float> IsParallel for Vec3<T>
fn is_parallel(&self, other: &Vec3<T>) -> bool