|
◆ tbox_tile_state_make()
Create the initial state that persists across multiple calls of the function.
- Parameters
-
[in] | box | Bounds of the multidimensional grid |
[in] | xsize | Value size of the tiles |
[in] | duration | Interval defining the time size of the tile |
[in] | xorigin | Value origin of the tiles |
[in] | torigin | Time origin of the tiles |
- Precondition
- Both xsize and tunits must be greater than 0.
|