static void Main(string[] args) { var point = PointFactory.NewPolarPoint(1.0, Math.PI / 2); Console.WriteLine(point); }