Skip to content

Update quaternion2matrix to enable vectorized input

Rasmus Sode Lund requested to merge (removed):rsod-master-patch-54233 into master

Enables users to use the function quaternion2matrix with arrays of quaternions as input rather than a single quaternion at a time. This limits the need for loops when using the function.

Merge request reports