Trait rs_math3d::vector::CrossProduct[][src]

pub trait CrossProduct {
    fn cross(l: &Self, r: &Self) -> Self;
}

Required methods

Implementors