Type Definition wedged::algebra::BiVec2

source · []
pub type BiVec2<T> = BiVecN<T, U2>;
Expand description

A 2-dimensional bivector

Implementations

Constructs a BiVec2 directly from components

Examples
let arr = [6];
let x = BiVec2::new(6);

assert_eq!(x.as_slice(), &arr);

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.