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