TransposeXY

Type Alias TransposeXY 

Source
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 */ }