Makes a Point with given x and y coordinates.
x-coordinate of new point
y-coordinate of new point
with x and y as coordinates
const point = make_point(0.5, 0.5); Copy
const point = make_point(0.5, 0.5);
Makes a Point with given x and y coordinates.