mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: documentation typo in EulerCoordinateRotation, add external reference
This commit is contained in:
@ -25,12 +25,17 @@ Class
|
|||||||
Foam::EulerCoordinateRotation
|
Foam::EulerCoordinateRotation
|
||||||
|
|
||||||
Description
|
Description
|
||||||
A coordinateRotation defined in the z-x-y Euler convention.
|
A coordinateRotation defined in the z-x-z (intrinsic) Euler convention.
|
||||||
|
|
||||||
|
The 3 rotations are defined in the Euler intrinsic convention
|
||||||
|
(around Z, around X' and around Z'').
|
||||||
|
The order of the parameter arguments matches this rotation order.
|
||||||
|
|
||||||
The 3 rotations are defined in the Euler convention
|
|
||||||
(around Z, around X' and around Z').
|
|
||||||
For reference and illustration, see
|
For reference and illustration, see
|
||||||
http://mathworld.wolfram.com/EulerAngles.html
|
http://mathworld.wolfram.com/EulerAngles.html
|
||||||
|
and
|
||||||
|
https://en.wikipedia.org/wiki/Euler_angles#Conventions
|
||||||
|
|
||||||
Note, however, that it is the reverse transformation
|
Note, however, that it is the reverse transformation
|
||||||
(local->global) that is defined here.
|
(local->global) that is defined here.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user