PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void ptarray_scale | ( | POINTARRAY * | pa, |
const POINT4D * | factor | ||
) |
Scale a pointarray.
Definition at line 1851 of file ptarray.c.
References getPoint4d_p(), LWDEBUG, POINT4D::m, POINTARRAY::npoints, ptarray_set_point4d(), POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by lwgeom_scale(), and test_ptarray_scale().