[][src]Trait valora::transforms::Rotate

pub trait Rotate {
    fn rotate(self, pivot: P2, theta: Angle) -> Self;
}

Required methods

fn rotate(self, pivot: P2, theta: Angle) -> Self

Loading content...

Implementors

impl Rotate for Ellipse[src]

impl Rotate for Ngon[src]

impl Rotate for Polygon[src]

impl Rotate for P2[src]

Loading content...