ENH: additional options for transforming points (closes #660)
- The -rotate-angle option allows convenient specification of a rotation about an arbitrary axis. Eg, -rotate-angle '((1 1 1) 45)' - The -origin option can be used to temporarily shift the origin for the rotation operations. For example, -origin '(0 0 1)' -rotate-angle '((1 0 0) 180)' for mirroring.
Showing
- applications/test/quaternion/Test-quaternion.C 93 additions, 0 deletionsapplications/test/quaternion/Test-quaternion.C
- applications/utilities/mesh/manipulation/rotateMesh/rotateMesh.C 21 additions, 15 deletions...tions/utilities/mesh/manipulation/rotateMesh/rotateMesh.C
- applications/utilities/mesh/manipulation/transformPoints/transformPoints.C 110 additions, 38 deletions...ities/mesh/manipulation/transformPoints/transformPoints.C
- applications/utilities/surface/surfaceTransformPoints/surfaceTransformPoints.C 94 additions, 26 deletions...s/surface/surfaceTransformPoints/surfaceTransformPoints.C
- etc/config.sh/completion_cache 2 additions, 2 deletionsetc/config.sh/completion_cache
Please register or sign in to comment