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

◆ gbox_duplicate()

void gbox_duplicate ( const GBOX original,
GBOX duplicate 
)
extern

Copy the values of original GBOX into duplicate.

Definition at line 445 of file gbox.c.

446{
447 assert(duplicate);
448 assert(original);
449 memcpy(duplicate, original, sizeof(GBOX));
450}

Referenced by lwcollection_calculate_gbox_cartesian(), lwcollection_calculate_gbox_geodetic(), lwgeom_subdivide_recursive(), lwpolygon_calculate_gbox_geodetic(), and ptarray_calculate_gbox_geodetic().

Here is the caller graph for this function: