Searched refs:SLERP_EPSILON (Results 1 – 1 of 1) sorted by relevance
152 constexpr double SLERP_EPSILON = 1e-5; in Slerp() local176 if (sinHalfAngle < SLERP_EPSILON) { in Slerp()