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