MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tfloatbox_shift_scale()

TBox * tfloatbox_shift_scale ( const TBox box,
double  shift,
double  width,
bool  hasshift,
bool  haswidth 
)

Return a temporal box with the value span shifted and/or scaled by the values.

Parameters
[in]boxTemporal box
[in]shiftValue to shift the value span
[in]widthWidth of the result
[in]hasshiftTrue when the shift argument is given
[in]haswidthTrue when the width argument is given @csqlfn Tbox_shift_value(), Tbox_scale_value(), Tbox_shift_scale_value()