surfaceTransformPoints.C File Reference

Transform (scale/rotate) a surface. Like transformPoints but for surfaces. More...

Go to the source code of this file.

Detailed Description

Transform (scale/rotate) a surface. Like transformPoints but for surfaces.

Original source file surfaceTransformPoints.C

The rollPitchYaw and yawPitchRoll options take three angles (degrees) that describe the intrinsic Euler rotation.

rollPitchYaw

  • roll (rotation about X) followed by
  • pitch (rotation about Y) followed by
  • yaw (rotation about Z)

yawPitchRoll

  • yaw (rotation about Z) followed by
  • pitch (rotation about Y) followed by
  • roll (rotation about X)

Definition in file surfaceTransformPoints.C.