pub trait Vec2Rotate { // Required method fn rotate(self, radians: f32) -> Self; }
Rotate the vector around 0.0.