pub type CspLarge = CubeSurfacePoint<true>;Expand description
A type synonym for convenience.
use cube_rotations::CubeSurfacePoint::*;
use cube_rotations::luts::*;
let c: CspLarge = CspLarge(PosOnePosTwoPosThree);
// This line was not trivial to make functional, but we did it after all.Aliased Type§
pub struct CspLarge(pub CubeSurfacePoint);Tuple Fields§
§0: CubeSurfacePoint