Trait peroxide::traits::math::VectorProduct
source · pub trait VectorProduct: Vector {
// Required methods
fn cross(&self, other: &Self) -> Self;
fn outer(&self, other: &Self) -> Matrix;
}
Expand description
Vector Products
Required Methods§
Object Safety§
This trait is not object safe.