Type Definition wedged::algebra::HexVec6

source · []
pub type HexVec6<T> = HexVecN<T, U6>;
Expand description

A 6-dimensional hexavector

Implementations

Constructs a HexVec6 directly from components

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

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

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.