openfoam/applications/utilities/mesh/manipulation/transformPoints
Mark Olesen a465e4db85 ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering
- can be more intuitive to specify for some cases:

      rotation
      {
          type    euler;
          order   rollPitchYaw;
          angles  (0 20 45);
      }

- refactor starcd rotation to reuse Euler ZXY ordering
  (code reduction)

ENH: add -rotate-x, -rotate-y, -rotate-z for transformPoints etc

- easier to specify for simple rotations
2022-06-02 16:47:40 +02:00
..
Make ENH: support all 12 Euler rotation orders (#1292) 2019-05-10 11:20:21 +02:00
createRegionMesh.H ENH: multi-region support for transformPoints (#2080) 2021-05-30 21:33:20 +02:00
transformPoints.C ENH: support Euler rotation rollPitchYaw/yawPitchRoll ordering 2022-06-02 16:47:40 +02:00