PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwcompound_get_startpoint()

LWPOINT * lwcompound_get_startpoint ( const LWCOMPOUND lwcmp)

Definition at line 276 of file lwcompound.c.

277{
278 return lwcompound_get_lwpoint(lwcmp, 0);
279}
LWPOINT * lwcompound_get_lwpoint(const LWCOMPOUND *lwcmp, uint32_t where)
Definition lwcompound.c:241

References lwcompound_get_lwpoint().

Here is the call graph for this function: