OEGeom2DMidpoint

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

Determines the midpoint x between p and q in two dimensions.

x

Output two dimensional array.

p

Input two dimensional array.

q

Input two dimensional array.