PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ FP_CONTAINS_INCL

#define FP_CONTAINS_INCL (   A,
  X,
 
)    (FP_LTEQ(A, X) && FP_LTEQ(X, B))

Definition at line 66 of file liblwgeom_internal.h.