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

◆ get_axis_tbox()

static double get_axis_tbox ( const void *  box,
int  axis,
bool  upper 
)
static

Return the lower or upper bound of a given axis from a temporal box as a double.

The function supports the X value axis and the temporal axis

Parameters
[in]boxTemporal box from which the axis value is to be retrieved
[in]axisAxis to retrieve (0 = X, 1 = time)
[in]upperTrue when retrieving the upper bound, False for the lower bound