euclid
euclid copied to clipboard
Switched to full precision when throwing exception.
Here's the new exception message after this PR is merged:
Exception in thread "main" us.ihmc.euclid.exceptions.NotARotationMatrixException: The matrix is not a rotation matrix:
/ 0.8464180267073007, 0.24884518389750143, 0.4707999559430079 \
|0.13364721501736787, 0.7565368967663171, -0.6401486903441205 |
\-0.5154754562372693, 0.6047544942224157, 0.607089001493825 /
at us.ihmc.euclid.exceptions.NotARotationMatrixException.main(NotARotationMatrixException.java:77)