14.12 OEGeom3DAdd

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

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