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

◆ lwcircstring_setPoint4d()

void lwcircstring_setPoint4d ( LWCIRCSTRING curve,
uint32_t  index,
POINT4D newpoint 
)

Definition at line 249 of file lwcircstring.c.

250{
251 ptarray_set_point4d(curve->points, index, newpoint);
252}
void ptarray_set_point4d(POINTARRAY *pa, uint32_t n, const POINT4D *p4d)
Definition lwgeom_api.c:369
POINTARRAY * points
Definition liblwgeom.h:507

References LWCIRCSTRING::points, and ptarray_set_point4d().

Here is the call graph for this function: