pub type Rotate0<T> = CoordinateTransform<T, false, false, false>;Expand description
A coordinate transform that rotates the display by 0 degrees.
Aliased Typeยง
pub struct Rotate0<T> { /* private fields */ }pub type Rotate0<T> = CoordinateTransform<T, false, false, false>;A coordinate transform that rotates the display by 0 degrees.
pub struct Rotate0<T> { /* private fields */ }