2 references to Slerp
PresentationCore (2)
MS\Internal\AnimatedTypeHelpers.cs (1)
113
return Quaternion.
Slerp
(from, to, progress, useShortestPath);
System\Windows\Media3D\Quaternion.cs (1)
470
return
Slerp
(from, to, t, /* useShortestPath = */ true);