Creates a rotation based on applying one rotation followed by another.
Given two rotation matrices, returns a combined rotation matrix that is equivalent to rotating based on the first matrix, followed by the second.
The first rotation to apply.
The second rotation to apply.
The combined rotation matrix.
Creates a rotation based on applying one rotation followed by another.
Given two rotation matrices, returns a combined rotation matrix that is equivalent to rotating based on the first matrix, followed by the second.