PostGIS  2.4.9dev-r@@SVN_REVISION@@
box2d.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "liblwgeom_internal.h"
Include dependency graph for box2d.c:

Go to the source code of this file.

Macros

#define EPSILON   1.0E-06
 
#define FPeq(A, B)   (fabs((A) - (B)) <= EPSILON)
 

Functions

GBOXbox2d_clone (const GBOX *in)