2 references to Slerp
PresentationCore (2)
MS\Internal\AnimatedTypeHelpers.cs (1)
111
return Quaternion.
Slerp
(from, to, progress, useShortestPath);
System\Windows\Media3D\Quaternion.cs (1)
450
return
Slerp
(from, to, t, useShortestPath: true);