Skip to content

Commit

Permalink
Documentation: clarify mind-set of planar rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Oct 25, 2023
1 parent d3ad60c commit d1e6ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Mechanics/MultiBody/Frames/planarRotation.mo
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ R = Frames.<strong>planarRotation</strong>(e, angle, der_angle);
<h4>Description</h4>
<p>
The function call <code>Frames.<strong>planarRotation</strong>(e, angle, der_angle)</code> returns
orientation object R that describes the orientation to rotate in the plane along unit
orientation object R that describes the orientation of planar rotation along unit
axis <strong>e</strong> from frame&nbsp;1 into frame&nbsp;2 with angle <strong>angle</strong> and derivative of angle <strong>der_angle</strong>.
Note, \"e\" must be a unit vector. However, this is not checked in this function and the function will
return a wrong result, if length(e) is not one.
Expand Down

0 comments on commit d1e6ce5

Please sign in to comment.