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