Given a cell coordinate and span return the point that represents the center of the regio @param cellX X coordinate of the cell @param cellY Y coordinate of the cell @param result Array of 2 ints to hold the x and y coordinate of the point
(int cellX, int cellY, int spanX, int spanY, int[] result)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected