pub fn rvec2<T1, T2>(x: T1, y: T2) -> Vector2where T1: AsF32, T2: AsF32,
A convenience function for making a new Vector2.
Vector2