We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d903414 commit 500fd45Copy full SHA for 500fd45
1 file changed
Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo
@@ -14,7 +14,7 @@ protected
14
algorithm
15
/*
16
This is an optimized version of the quaternion conversion based on
17
- this paper: modelica://Modelica/Resources/Documentation/Mechanics/matrix-to-quat.pdf
+ this paper: https://web.archive.org/web/20170718214714/https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf
18
*/
19
if T[3, 3] < 0 then
20
if T[1, 1] > T[2, 2] then
0 commit comments