=====cQuaternion===== ====Fields==== ^ Field Name ^ Type ^ Description ^ | w | float | | | x | float | | | y | float | | | z | float | | ====Functions==== ^ Return Type ^ Function Name ^ Parameters ^ Description ^ | void | Normalize | | | | void | FromRotationMatrix | const [[cMatrixf]]& in | | | void | FromAngleAxis | float afAngle, \\ const [[cVector3f]]& in | | | float | Length | | | | float | LengthXYZ | | | | float | SqrLength | | | | float | SqrLengthXYZ | | | | void | SetXYZ | const [[cVector3f]]& avVec | | ====Remarks==== Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!