Trait zoom::vector::CrossVector [] [src]

pub trait CrossVector {
    fn cross(lhs: &Self, rhs: &Self) -> Self;
}

CrossVector is a Vector that has dimensions such that the cross product can be computed.

Required Methods

Implementors