PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_setPoint4d()

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

Definition at line 262 of file lwcircstring.c.

References LWCIRCSTRING::points, and ptarray_set_point4d().

263 {
264  ptarray_set_point4d(curve->points, index, newpoint);
265 }
void ptarray_set_point4d(POINTARRAY *pa, int n, const POINT4D *p4d)
Definition: lwgeom_api.c:437
POINTARRAY * points
Definition: liblwgeom.h:444
Here is the call graph for this function: