Trait libreda_db::prelude::RotateOrtho
source · [−]pub trait RotateOrtho<T> {
fn rotate_ortho(&self, a: Angle) -> Self;
}
Expand description
Rotate by a integer multiple of 90 degrees.
Required Methods
fn rotate_ortho(&self, a: Angle) -> Self
fn rotate_ortho(&self, a: Angle) -> Self
Rotate the geometrical shape by a multiple of 90 degrees.