PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwtriangle_perimeter_2d()

double lwtriangle_perimeter_2d ( const LWTRIANGLE triangle)

Definition at line 217 of file lwtriangle.c.

218 {
219  if( triangle->points )
220  return ptarray_length_2d(triangle->points);
221  else
222  return 0.0;
223 }
double ptarray_length_2d(const POINTARRAY *pts)
Find the 2d length of the given POINTARRAY (even if it's 3d)
Definition: ptarray.c:1689
POINTARRAY * points
Definition: liblwgeom.h:436

References LWTRIANGLE::points, and ptarray_length_2d().

Referenced by lwgeom_perimeter_2d().

Here is the call graph for this function:
Here is the caller graph for this function: