PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ getPoint2d()

POINT2D getPoint2d ( const POINTARRAY pa,
uint32_t  n 
)

Definition at line 335 of file lwgeom_api.c.

336 {
337  const POINT2D *result;
338  result = getPoint2d_cp(pa, n);
339  return *result;
340 }
static const POINT2D * getPoint2d_cp(const POINTARRAY *pa, uint32_t n)
Returns a POINT2D pointer into the POINTARRAY serialized_ptlist, suitable for reading from.
Definition: lwinline.h:91

References getPoint2d_cp().

Here is the call graph for this function: