OEGeom3DAdd

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