Tim van der Meij 67d591f413
Implement unit tests for the getRotationMatrix core utility function
This function is mostly covered indirectly by higher-level tests, but
unlike the other core utility functions it lacked dedicated unit tests.
This commit implements unit tests for it that also cover the previously
uncovered exception case, which brings coverage of the function to 100%
and ever so slighly increases coverage of the overarching file.
2026-07-06 20:43:03 +02:00
..