Type Definition wedged::algebra::Even2

source · []
pub type Even2<T> = Even<T, U2>;
Expand description

A 2-dimensional rotor

Implementations

Constructs a Even2 directly from components

Examples
let arr = [6, 2];
let x = Even2::new(6, 2);

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

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.