PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwtriangle_calculate_gbox_cartesian()

static int lwtriangle_calculate_gbox_cartesian ( LWTRIANGLE triangle,
GBOX gbox 
)
static

Definition at line 634 of file g_box.c.

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

Referenced by lwgeom_calculate_gbox_cartesian().

635 {
636  if ( ! triangle ) return LW_FAILURE;
637  return ptarray_calculate_gbox_cartesian( triangle->points, gbox );
638 }
int ptarray_calculate_gbox_cartesian(const POINTARRAY *pa, GBOX *gbox)
Calculate box (x/y) and add values to gbox.
Definition: g_box.c:547
POINTARRAY * points
Definition: liblwgeom.h:433
#define LW_FAILURE
Definition: liblwgeom.h:79
Here is the call graph for this function:
Here is the caller graph for this function: