PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwtriangle_calculate_gbox_cartesian()

static int lwtriangle_calculate_gbox_cartesian ( LWTRIANGLE triangle,
GBOX gbox 
)
static

Definition at line 629 of file g_box.c.

630 {
631  if ( ! triangle ) return LW_FAILURE;
632  return ptarray_calculate_gbox_cartesian( triangle->points, gbox );
633 }
int ptarray_calculate_gbox_cartesian(const POINTARRAY *pa, GBOX *gbox)
Calculate box (x/y) and add values to gbox.
Definition: g_box.c:542
#define LW_FAILURE
Definition: liblwgeom.h:79
POINTARRAY * points
Definition: liblwgeom.h:436

References LW_FAILURE, LWTRIANGLE::points, and ptarray_calculate_gbox_cartesian().

Referenced by lwgeom_calculate_gbox_cartesian().

Here is the call graph for this function:
Here is the caller graph for this function: