I think I understand what a direction cosine vector of a vector. But I'm struggling to:
Understand how these are used practically when it comes to rotation etc? How it this better or worse that a rotation matrix?
I think I understand what a direction cosine vector of a vector. But I'm struggling to:
Understand how these are used practically when it comes to rotation etc? How it this better or worse that a rotation matrix?
Copyright © 2021 JogjaFile Inc.
If you have a series of rotation matrices that get you where you want to go, the matrix with all of the direction cosines in it will get you there in one shot. It's just the matrix product of the individual rotations.