PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwtriangle_check_geodetic()

static int lwtriangle_check_geodetic ( const LWTRIANGLE triangle)
static

Definition at line 3095 of file lwgeodetic.c.

References LWTRIANGLE::points, and ptarray_check_geodetic().

Referenced by lwgeom_check_geodetic().

3096 {
3097  assert(triangle);
3098  return ptarray_check_geodetic(triangle->points);
3099 }
POINTARRAY * points
Definition: liblwgeom.h:433
static int ptarray_check_geodetic(const POINTARRAY *pa)
Definition: lwgeodetic.c:3052
Here is the call graph for this function:
Here is the caller graph for this function: