|
◆ tpointinst_get_coords()
static void tpointinst_get_coords |
( |
int * |
coords, |
|
|
const TInstant * |
inst, |
|
|
bool |
hasz, |
|
|
bool |
hast, |
|
|
const STboxGridState * |
state |
|
) |
| |
|
static |
Get the coordinates of the tile corresponding the temporal instant point.
- Parameters
-
[in] | inst | Temporal point |
[in] | hasz | Whether the tile has Z dimension |
[in] | hast | Whether the tile has T dimension |
[in] | state | Grid definition |
[out] | coords | Tile coordinates |
|