pub fn round(input: Vec2) -> (isize, isize)
Round a Vec2 from (f32, f32) to (isize, isize)
Vec2
(f32, f32)
(isize, isize)