PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwtriangle_calculate_gbox_geodetic()

static int lwtriangle_calculate_gbox_geodetic ( const LWTRIANGLE triangle,
GBOX gbox 
)
static

Definition at line 2970 of file lwgeodetic.c.

References LWTRIANGLE::points, and ptarray_calculate_gbox_geodetic().

Referenced by lwgeom_calculate_gbox_geodetic().

2971 {
2972  assert(triangle);
2973  return ptarray_calculate_gbox_geodetic(triangle->points, gbox);
2974 }
POINTARRAY * points
Definition: liblwgeom.h:433
int ptarray_calculate_gbox_geodetic(const POINTARRAY *pa, GBOX *gbox)
Calculate geodetic (x/y/z) box and add values to gbox.
Definition: lwgeodetic.c:2873
Here is the call graph for this function:
Here is the caller graph for this function: