Searched refs:xyzRot (Results 1 – 1 of 1) sorted by relevance
313 static void simpleXYZRotation (Vec3<T> &xyzRot,315 static void nearestRotation (Vec3<T> &xyzRot,859 Euler<T>::simpleXYZRotation (Vec3<T> &xyzRot, const Vec3<T> &targetXyzRot) in simpleXYZRotation() argument861 Vec3<T> d = xyzRot - targetXyzRot; in simpleXYZRotation()862 xyzRot[0] = targetXyzRot[0] + angleMod(d[0]); in simpleXYZRotation()863 xyzRot[1] = targetXyzRot[1] + angleMod(d[1]); in simpleXYZRotation()864 xyzRot[2] = targetXyzRot[2] + angleMod(d[2]); in simpleXYZRotation()869 Euler<T>::nearestRotation (Vec3<T> &xyzRot, const Vec3<T> &targetXyzRot, in nearestRotation() argument876 simpleXYZRotation(xyzRot, targetXyzRot); in nearestRotation()879 otherXyzRot[i] = M_PI+xyzRot[i]; in nearestRotation()[all …]