PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ ptarray_startpoint()

int ptarray_startpoint ( const POINTARRAY pa,
POINT4D pt 
)

Definition at line 2063 of file ptarray.c.

2064 {
2065  return getPoint4d_p(pa, 0, pt);
2066 }
int getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *point)
Definition: lwgeom_api.c:126

References getPoint4d_p().

Referenced by lwgeom_startpoint(), and lwpoly_startpoint().

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