Home
last modified time | relevance | path

Searched defs:cosHalfAngle (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dquaternion.cpp35 double cosHalfAngle = from.x_ * to.x_ + from.y_ * to.y_ + from.z_ * to.z_ + from.w_ * to.w_; in Slerp() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h159 double cosHalfAngle = from.x_ * to.x_ + from.y_ * to.y_ + from.z_ * to.z_ + from.w_ * to.w_; in Slerp() local

Completed in 2 milliseconds