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