Searched refs:theta0 (Results 1 – 2 of 2) sorted by relevance
93 double theta0 = mIsRtl ? 0 : Math.PI; in getPosition() local104 theta0 += direction * thetaShift; in getPosition()118 double theta = theta0 + index * (2 * Math.PI / curNumItems) * direction; in getPosition()
311 double theta0 = acos(cosTheta0); in slerp() local312 double thetaT = theta0 * t; in slerp()