pointAffineTransform

From EosPedia
Jump to: navigation, search

pointAffineTransform is Eos's Command that performs Affine Transform of a point data.


List of option

Main option

Option Essential/Optional Description Default
-p Essential Input: Coordinates: (X, Y, Z): ASCII (0, 0, 0)
-o Optional Output: ASCII stdout
-Euler Optional Input: Euler Angle: (Euler, Rot1, Rot2, Rot3) (YOYS, 0, 0, 0)
-shift Optional Input: parallel transform: [pixel]: (dX, dY, dZ) (0, 0, 0)
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  

-m details

Value Description
0


Execution example

Case: Options only essential

p=(1, 2, 4)

1 2 4

Option -Euler

Case: Euler=(YOYS, 90, 0, 0), p=(1, 2, 4)

4 2 -1

Option -shift

Case: shift=(-1, 1, 0), p=(1, 2, 4)

0 3 4