I came accross a software which requires the X, Y and Z resolution of a three-dimensional grid of points as Integer. What is a "3D grid resolution" and how do I find it?
From what I understand, the resolution of a function such as [F(x,y,x)] are its x, y and z parameters but I am not sure at all why it would be called "resolution" and how to extract these values from a random list of points in space.