PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwcompound_get_startpoint()

LWPOINT* lwcompound_get_startpoint ( const LWCOMPOUND lwcmp)

Definition at line 291 of file lwcompound.c.

292 {
293  return lwcompound_get_lwpoint(lwcmp, 0);
294 }
LWPOINT * lwcompound_get_lwpoint(const LWCOMPOUND *lwcmp, uint32_t where)
Definition: lwcompound.c:256

References lwcompound_get_lwpoint().

Here is the call graph for this function: