pub trait RotateOrtho<T> {
    fn rotate_ortho(&self, a: Angle) -> Self;
}
Expand description

Rotate by a integer multiple of 90 degrees.

Required Methods

Rotate the geometrical shape by a multiple of 90 degrees.

Implementors