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

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

Required methods

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

Implementors

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

fn cross(l: &Vector3<T>, r: &Vector3<T>) -> Vector3<T>[src]