Home
last modified time | relevance | path

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

/third_party/boost/libs/qvm/test/
Dslerp_test.cpp20 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/
Drotate_vector.hpp37 GLM_FUNC_DECL tvec3<T, P> slerp(
Dsimd_quat.hpp222 detail::fquatSIMD slerp(
Drotate_vector.inl7 GLM_FUNC_QUALIFIER tvec3<T, P> slerp function
Dsimd_quat.inl454 GLM_FUNC_QUALIFIER detail::fquatSIMD slerp function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.hpp230 GLM_FUNC_DECL tquat<T, P> slerp(tquat<T, P> const & x, tquat<T, P> const & y, T a);
Dquaternion.inl508 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/
Dquat_operations.hpp712 slerp( A const & a, B const & b, C t ) in slerp() function
1463 using ::boost::qvm::slerp;
/third_party/boost/libs/qvm/doc/
Dqvm.adoc2257 [[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/
Dimplicit_animations.dart187 // TODO(alangardner): Implement slerp for constant rotation