Type Definition wedged::algebra::PentVec6

source · []
pub type PentVec6<T> = PentVecN<T, U6>;
Expand description

A 6-dimensional pentavector

Implementations

Constructs a PentVec6 directly from components

Examples
let arr = [6, 2, 8, 3, 1, 8];
let x = PentVec6::new(6, 2, 8, 3, 1, 8);

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

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.