% This function should be completed to perform spherical interpolation % between q1 and q2 using parameter u. % Copyright Sergey Levine, 2009 function q = QuatSlerp(q1,q2,u) % YOUR CODE HERE