public static F32Vec2 FromFloat(float x, float y) { return(new F32Vec2(F32.FromFloat(x), F32.FromFloat(y))); }