Click to See Complete Forum and Search --> : Quaternion rotation data


jmac7142
October 28th, 2005, 06:27 PM
Hello,

First, I apologize if this is in the wrong forum. Recently I've been trying to decipher a quaternion rotation, which should translate to something along the lines of [-0.873304640094, -14.6152353738, 0, -16.0767589112] (actual: x=3-, y=0, z=33, rotation amount=45) in [w, x, y, z] format. The problem is however, that I can find no relation between the relevant binary/hexadecimal data and these numbers. The actual data reads as follows:


00 00 00 00
B0 AA 2A 3F
FF FB DF 7F
FF BB EF 7F


Thanks in advance.