public double GetDeltaAngle(Vector2D A) { return (double)GetDeltaAngle(GetAngle0To2PI(), A.GetAngle0To2PI()); }