public static F32Vec2 SinFast(F32Vec2 a) { return(new F32Vec2(F32.SinFast(a.x), F32.SinFast(a.y))); }