I have a class Point which gives me 2 double numbers x and y I should make a 2 dimensional double array from these x and y how should I do that? this is my class Point: