Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Does that mean that 3 values represent sequential rotations about 3 orthogonal axis? Basically, euler angles such that [phi,psi,theta] may represent RX(phi)*RY(psi)*RZ(theta). If that is the case you need to find a way to construct the 3x3 rotation matrix, and pull the axis-angle from it. Commented Dec 1, 2010 at 3:25
  • No, I'm not using euler angles. This is axis angle where the length of the vector is the angle. Commented Dec 1, 2010 at 5:10