PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
void ptarray_scale | ( | POINTARRAY * | pa, |
const POINT4D * | fact | ||
) |
WARNING, make sure you send in only 16-member double arrays or obviously things will go pear-shaped fast.
Scale a pointarray.
Definition at line 1983 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().