Searched refs:slerp (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/qvm/test/ |
D | slerp_test.cpp | 20 test_qvm::quaternion<Q1> aa=slerp(a,b,0); in test() 21 test_qvm::quaternion<Q1> bb=slerp(a,b,1); in test() 40 test_qvm::quaternion<Q1> const qsx=slerp(qx1,qx2,t); in test() 41 test_qvm::quaternion<Q1> const qsy=slerp(qref(qy1),qy2,t); in test() 42 test_qvm::quaternion<Q1> const qsz=slerp(qz1,qref(qz2),t); in test()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | rotate_vector.hpp | 37 GLM_FUNC_DECL tvec3<T, P> slerp(
|
D | simd_quat.hpp | 222 detail::fquatSIMD slerp(
|
D | rotate_vector.inl | 7 GLM_FUNC_QUALIFIER tvec3<T, P> slerp function
|
D | simd_quat.inl | 454 GLM_FUNC_QUALIFIER detail::fquatSIMD slerp function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | quaternion.hpp | 230 GLM_FUNC_DECL tquat<T, P> slerp(tquat<T, P> const & x, tquat<T, P> const & y, T a);
|
D | quaternion.inl | 508 GLM_FUNC_QUALIFIER tquat<T, P> slerp(tquat<T, P> const & x, tquat<T, P> const & y, T a) function
|
/third_party/boost/boost/qvm/ |
D | quat_operations.hpp | 712 slerp( A const & a, B const & b, C t ) in slerp() function 1463 using ::boost::qvm::slerp;
|
/third_party/boost/libs/qvm/doc/ |
D | qvm.adoc | 2257 [[slerp]] anchor 2258 ==== `slerp` 2269 slerp( A const & a, B const & b, C c ); 2276 …of the quaternions `a` and `b` and the interpolation parameter `c`. When `slerp` is applied to uni…
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | implicit_animations.dart | 187 // TODO(alangardner): Implement slerp for constant rotation
|