5 references to InterpolateQuaternion
PresentationCore (5)
MS\Internal\AnimatedTypeHelpers.cs (1)
133
return new QuaternionRotation3D(
InterpolateQuaternion
(from.InternalQuaternion, to.InternalQuaternion, progress, /* useShortestPath = */ true));
System\Windows\Media\Animation\Generated\EasingKeyFrames.cs (1)
1234
return AnimatedTypeHelpers.
InterpolateQuaternion
(baseValue, Value, keyFrameProgress, UseShortestPath);
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
782
return AnimatedTypeHelpers.
InterpolateQuaternion
(baseValue, Value, keyFrameProgress, UseShortestPath);
System\Windows\Media\Animation\Generated\QuaternionAnimation.cs (1)
352
AnimatedTypeHelpers.
InterpolateQuaternion
(from, to, progress, UseShortestPath)));
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1255
return AnimatedTypeHelpers.
InterpolateQuaternion
(baseValue, Value, splineProgress, UseShortestPath);