|
◆ tile_get_coords()
void tile_get_coords |
( |
int * |
coords, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
TimestampTz |
t, |
|
|
const STboxGridState * |
state |
|
) |
| |
Transform the minimum values of a tile into matrix coordinates.
- Parameters
-
[out] | coords | Matrix coordinates |
[in] | x,y,z,t | Minimum values of the tile |
[in] | state | Grid information |
|