Trait nannou::prelude::Vec2Rotate[][src]

pub trait Vec2Rotate {
    fn rotate(self, radians: f32) -> Self;
}

Required methods

Rotate the vector around 0.0.

Implementors