PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwtriangle_calculate_gbox_cartesian()

static int lwtriangle_calculate_gbox_cartesian ( LWTRIANGLE triangle,
GBOX gbox 
)
static

Definition at line 703 of file gbox.c.

704{
705 if ( ! triangle ) return LW_FAILURE;
706 return ptarray_calculate_gbox_cartesian( triangle->points, gbox );
707}
int ptarray_calculate_gbox_cartesian(const POINTARRAY *pa, GBOX *gbox)
Calculate box (x/y) and add values to gbox.
Definition gbox.c:613
#define LW_FAILURE
Definition liblwgeom.h:96
POINTARRAY * points
Definition liblwgeom.h:495

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: