OEGeom2DDistance¶
template<class T>
double OEGeom2DDistance(const T *p, const T *q)
Determines the distance in two dimensions between p
and q
.
- p
First two dimensional input array.
- q
Second two dimensional input array.
template<class T>
double OEGeom2DDistance(const T *p, const T *q)
Determines the distance in two dimensions between p
and q
.
First two dimensional input array.
Second two dimensional input array.