PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ getPoint2d()

POINT2D getPoint2d ( const POINTARRAY pa,
uint32_t  n 
)

Definition at line 334 of file lwgeom_api.c.

335 {
336  const POINT2D *result;
337  result = getPoint2d_cp(pa, n);
338  return *result;
339 }
const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
Definition: lwgeom_api.c:374

References getPoint2d_cp().

Here is the call graph for this function: