5 references to InterpolateQuaternion
PresentationCore (5)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (1)
130return new QuaternionRotation3D(InterpolateQuaternion(from.InternalQuaternion, to.InternalQuaternion, progress, /* useShortestPath = */ true));
Core\CSharp\System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1242return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, keyFrameProgress, UseShortestPath);
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
790return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, keyFrameProgress, UseShortestPath);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
364AnimatedTypeHelpers.InterpolateQuaternion(from, to, progress, UseShortestPath)));
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1315return AnimatedTypeHelpers.InterpolateQuaternion(baseValue, Value, splineProgress, UseShortestPath);