public static Complex FromAngleFast(float angle) { return(Trig.SinCos(angle)); }
public float ArgumentFast() { return(Trig.Atan2(Imag, Real)); }