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

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

Required methods

fn cross(l: &Self, r: &Self) -> Self

Loading content...

Implementors

impl<T> CrossProduct for Vector3<T> where
    T: Scalar
[src]

Loading content...