PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ BOX3D_distance()

PGDLLEXPORT Datum BOX3D_distance ( PG_FUNCTION_ARGS  )

Definition at line 966 of file lwgeom_box3d.c.

967 {
968  BOX3D *box1 = PG_GETARG_BOX3D_P(0);
969  BOX3D *box2 = PG_GETARG_BOX3D_P(1);
970  PG_RETURN_FLOAT8(BOX3D_distance_internal(box1, box2));
971 }
double BOX3D_distance_internal(BOX3D *box1, BOX3D *box2)
Definition: lwgeom_box3d.c:919

References BOX3D_distance_internal().

Here is the call graph for this function: