pub type TransposeXY<T> = CoordinateTransform<T, false, false, true>;Expand description
A coordinate transform that transposes the x and y axes of the display.
Aliased Typeยง
pub struct TransposeXY<T> { /* private fields */ }pub type TransposeXY<T> = CoordinateTransform<T, false, false, true>;A coordinate transform that transposes the x and y axes of the display.
pub struct TransposeXY<T> { /* private fields */ }