|
|
◆ tbox_shift_scale_value()
| TBox * tbox_shift_scale_value |
( |
const TBox * |
box, |
|
|
Datum |
shift, |
|
|
Datum |
width, |
|
|
bool |
hasshift, |
|
|
bool |
haswidth |
|
) |
| |
Return a temporal box with the value span shifted and/or scaled by the values.
- Parameters
-
| [in] | box | Temporal box |
| [in] | shift | Value to shift the value span |
| [in] | width | Width of the result |
| [in] | hasshift | True when the shift argument is given |
| [in] | haswidth | True when the width argument is given |
|