14.1 OEGeom2DAdd

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

Two dimensional vector addition. The first form computes x+=p and the second form computes x = p + q.