14.10 OEGeom2DScale

template<class T>
static void OEGeom2DScale(T *x, const T p)
template<class T>
static void OEGeom2DScale(T *x, const T p, const T *q)

Two dimensional vector scaling. The first form computes x*=p and the second form computes x = p * q.