Menu

#7 Quaternion SLERP

v2.1
closed-accepted
None
4
2002-01-16
2001-08-31
No

Would be nice to have a Quaternion SLERP function such
that firstQuat.SLERP( secondQuat, fraction) would
return the appropriate Quaternion representing the
fractional rotation between the two Quaternions.

Discussion

  • Mike C. Fletcher

    Logged In: YES
    user_id=34901

    Implemented in OpenGLContext/quaternion.py as method
    Quaternion.slerp(other, fraction, minimalStep) from code in
    Gamasutra article.

     
  • Mike C. Fletcher

    • status: open --> closed-accepted
     
  • Mike C. Fletcher

    Logged In: YES
    user_id=34901

    Implemented in OpenGLContext/quaternion.py as method
    Quaternion.slerp(other, fraction, minimalStep) from code in
    Gamasutra article.

     
  • Mike C. Fletcher

    Logged In: YES
    user_id=34901

    Implemented in OpenGLContext/quaternion.py as method
    Quaternion.slerp(other, fraction, minimalStep) from code in
    Gamasutra article.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.