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

◆ lwcircstring_setPoint4d()

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

Definition at line 255 of file lwcircstring.c.

256{
257 ptarray_set_point4d(curve->points, index, newpoint);
258}
void ptarray_set_point4d(POINTARRAY *pa, uint32_t n, const POINT4D *p4d)
Definition lwgeom_api.c:376
POINTARRAY * points
Definition liblwgeom.h:493

References LWCIRCSTRING::points, and ptarray_set_point4d().

Here is the call graph for this function: