CspSmall

Type Alias CspSmall 

Source
pub type CspSmall = CubeSurfacePoint<false>;
Expand description

A type synonym for convenience.

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

Aliased Type§

pub struct CspSmall(pub CubeSurfacePoint);

Tuple Fields§

§0: CubeSurfacePoint