Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h152 constexpr double SLERP_EPSILON = 1e-5; in Slerp() local
176 if (sinHalfAngle < SLERP_EPSILON) { in Slerp()