Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

#Actualteccubus

Posted 28 November 2012 - 08:38 AM

Quaternion (pi/8, 1, 0, 0) does not represent rotation you wanted.
Quaternion for rotation by an angle theta around an axis A is computed by this formula:
q = (cos theta/2, Ax sin theta/2, Ay sin theta/2, Az sin theta/2)

#6teccubus

Posted 28 November 2012 - 08:38 AM

Quaternion (pi/8, 1, 0, 0) does not represent rotation you wanted.
Quaternion for rotation by an angle theta around an axis A is computed by this formula:
q = (cos theta/2, Ax sin theta/2, Ay sin theta/2, Az sin theta/2)

#5teccubus

Posted 28 November 2012 - 08:38 AM

Quaternion (pi/8, 1, 0, 0) does not represent rotation you wanted.
Quaternion for a rotation by an angle theta around an axis A is computed by this formula:
q = (cos theta/2, Ax sin theta/2, Ay sin theta/2, Az sin theta/2)

#4teccubus

Posted 28 November 2012 - 08:38 AM

Quaternion (pi/8, 1, 0, 0) does not represent rotation you wanted.
Quaternion for rotation by an angle theta around an axis A is computed by this formula:
q = (cos theta/2, Ax sin theta/2, Ay sin theta/2, Az sin theta/2)

#3teccubus

Posted 28 November 2012 - 08:35 AM

Quaternion (pi/8, 1, 0, 0) does not represent rotation you wanted.
Quaternion for rotation by angle theta around axis A is computed by this formula:
q = (cos theta/2, Ax sin theta/2, Ay sin theta/2, Az sin theta/2)

#2teccubus

Posted 28 November 2012 - 08:35 AM

Quaternion (pi/8, 1, 0, 0) does not represent rotation you wanted.
Quaternion for rotation by angle theta around axis A is computed by this formula:
q = (cos theta/2, Ax sin theta/2, Ay sin theta/2, Az sin theta/2)

PARTNERS