Trait iron_shapes::traits::RotateOrtho[][src]

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

Rotate by a integer multiple of 90 degrees.

Required methods

fn rotate_ortho(&self, a: Angle) -> Self[src]

Rotate the geometrical shape by a multiple of 90 degrees.

Loading content...

Implementors

impl<S, T> RotateOrtho<T> for S where
    T: CoordinateType,
    S: MapPointwise<T>, 
[src]

Loading content...