public static float Length(Float2 _A) { return _A.Length(); }
public static Float2 Normalize(Float2 _A) { return _A / _A.Length(); }