RgpLarge

Type Alias RgpLarge 

Source
pub type RgpLarge = ReferenceGroupPoint;
Expand description

A type synonym for convenience.

use cube_rotations::ReferenceGroupPoint::*;
use cube_rotations::luts::*;
let c: RgpLarge = RgpLarge(PosOnePosTwoPosThree);
// This line was not trivial to make functional, but we did it after all.

Aliased Type§

pub struct RgpLarge(pub ReferenceGroupPoint);

Tuple Fields§

§0: ReferenceGroupPoint