Silicon in my Blood
Saturday, July 30, 2005
Quaternion Multiplication
Q1 = [s1,(x1,y1,z1)]
Q2 = [s2,(x2,y2,z2)]
Q = Q1 * Q2 = [s,(x,y,z)]
s = s1*s2 - x1*x2 - y1*y2 - z1*z2;
x = s1*x2 + s2*x1 + y1*z2 - y2*z1
y = s1*y2 + s2*y1 + z1*x2 - z2*x1
z = s1*z2 + s2*z1 + x1*y2 - x2*y1
posted by v_tel001 @
3:16 PM
0 Comments:
Post a Comment
<< Home
About Me
Name:
v_tel001
Location:
సిలికాన్ లోయ
View my complete profile
Previous Posts
Job Seekers' site
EMCG - 2
Firefox downloads reach 75 million
Essential Maths for Computer Graphics (EMCG) - 1
Stereo Vision
Playing the Trump Card
Multithreaded programs in C++
Manhattan 5th Avenue
Direct3D vs OpenGL
Standard Template Library Programmer's Guide
0 Comments:
Post a Comment
<< Home