Trait array_matrix::vector::cross::Cross
source · pub trait Cross<Rhs: Vector>: Vectorwhere
Self::Output: Vector,{
type Output;
fn cross(self, rhs: Rhs) -> Self::Output;
}
pub trait Cross<Rhs: Vector>: Vectorwhere
Self::Output: Vector,{
type Output;
fn cross(self, rhs: Rhs) -> Self::Output;
}