OEGeom3DEulerRotate¶
template<class T, class U>
void OEGeom3DEulerRotate(T *xyz, const U *angles, unsigned int ncoord)
Rotates the coordinates xyz
by using the three Eulerian angles
given by angles
. The number of coordinates in xyz
is given by ncoord
.