OEGeom2DScale

template<class T>
void OEGeom2DScale(T *x, const T p)
template<class T>
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\).