Trait nannou::prelude::Vec2Rotate
source · pub trait Vec2Rotate {
// Required method
fn rotate(self, radians: f32) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Vec2Rotate {
// Required method
fn rotate(self, radians: f32) -> Self;
}