Maybe I am just not getting Quaternions, but I think there is an incorrect sign when using Slerp with orientation quaternions (w=0). I am trying to interpolate positions between two vectors (vector ...
Is your feature request related to a problem? Please describe. Currently, the geometric_slerp function restricts the interpolation parameter to be within 0 to 1. Is there a specific reason for this?