Searched refs:thetaT (Results 1 – 1 of 1) sorted by relevance
312 double thetaT = theta0 * t; in slerp() local313 double sinThetaT = sin(thetaT); in slerp()314 double cosThetaT = cos(thetaT); in slerp()