public static void main(string[] args)
        {
            var example = new ClosestPointExample();

            example.Run();
        }
		public static void main(string[] args)
		{
			ClosestPointExample example = new ClosestPointExample();
			example.Run();
		}