PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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:435
POINTARRAY * points
Definition: liblwgeom.h:447

References LWCIRCSTRING::points, and ptarray_set_point4d().

Here is the call graph for this function: