Home
last modified time | relevance | path

Searched refs:otherXyzRot (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathEuler.h878 Vec3<T> otherXyzRot; in nearestRotation() local
879 otherXyzRot[i] = M_PI+xyzRot[i]; in nearestRotation()
880 otherXyzRot[j] = M_PI-xyzRot[j]; in nearestRotation()
881 otherXyzRot[k] = M_PI+xyzRot[k]; in nearestRotation()
883 simpleXYZRotation(otherXyzRot, targetXyzRot); in nearestRotation()
886 Vec3<T> od = otherXyzRot - targetXyzRot; in nearestRotation()
892 xyzRot = otherXyzRot; in nearestRotation()