Parameters: float cell_w1, float cell_h1, float cell_w2, float cell_h2, int x_cells, int y_cells
Returns: LandGrid*
Parameters: float cell_w1, float cell_h1, float cell_w2, float cell_h2, int x_cells, int y_cells, bool wrap, void(* draw_cell)(LandGrid * self, LandView * view, int cell_x, int cell_y, float x, float y)
Parameters: LandGrid * self, LandView * view, float mx, float my, float * partial_x, float * partial_y
Returns the grid position in cells below the specified pixel position in the given view.
Parameters: LandGrid * self, LandView * view, float cell_x, float cell_y, float * view_x, float * view_y
Given a cell position, return the position of the cell’s origin in on-screen coordinates, using the current view.
Parameters: LandGrid * self, LandView * view, int cell_x, int cell_y, float x, float y
Parameters: LandGrid * self, LandView * view
no parameters