Rotate0

Type Alias Rotate0 

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