pub trait Vec2Angle { // Required method fn angle(self) -> f32; }
Short-hand for retrieving the angle of the vector in radians.
The angle of the vector in radians.
Implemented internally as glam::Vec2::X.angle_between(self).
glam::Vec2::X.angle_between(self)