Convert rotation angles to quaternion
calculates the quaternion for three rotation angles. Aerospace Toolbox uses quaternions that are defined using the scalar-first convention. The
rotation used in this function is a passive transformation between two coordinate
systems.quaternion = angle2quat(rotationAng1,rotationAng2,rotationAng3)
calculates the quaternion using a rotation sequence. quaternion = angle2quat(rotationAng1,rotationAng2,rotationAng3,rotationSequence)
angle2dcm | dcm2angle | dcm2quat | quat2angle | quat2dcm