c++ Programming Glossary: otherquat.y
Using Quaternions for OpenGL Rotations http://stackoverflow.com/questions/9715776/using-quaternions-for-opengl-rotations Quaternion OtherQuat float A OtherQuat.a a OtherQuat.x x OtherQuat.y y OtherQuat.z z float X OtherQuat.a x OtherQuat.x a OtherQuat.y.. y OtherQuat.z z float X OtherQuat.a x OtherQuat.x a OtherQuat.y z OtherQuat.z y float Y OtherQuat.a y OtherQuat.x z OtherQuat.y.. z OtherQuat.z y float Y OtherQuat.a y OtherQuat.x z OtherQuat.y a OtherQuat.z x float Z OtherQuat.a z OtherQuat.x y OtherQuat.y..
|