Could we actually just represent the surface explicity as an array of the closest point from each cell?
keenan
@xBox Yes, though I'd still say this description is implicit since it does not tell you directly which cells contain the surface. Instead, there is a test you would have to perform to determine which cells are in the surface: is the coordinate of the closest point the same as the cell's coordinate?
Could we actually just represent the surface explicity as an array of the closest point from each cell?
@xBox Yes, though I'd still say this description is implicit since it does not tell you directly which cells contain the surface. Instead, there is a test you would have to perform to determine which cells are in the surface: is the coordinate of the closest point the same as the cell's coordinate?