coordRotation
From EosPedia
coordRotation is Eos's Command that outputs coordinates(x, y, z) that rotates a point on 3D by Rotation Matrix.
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -p | Essential | Coordinates(x, y, z) | (0, 0, 0) |
| -mat | Essential | Input: ASCII(matrix) | stdin |
| -o | Optional | Output: ASCII(Coordinates) | stdout |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 |
Execution example
-mat file data
1 -1 0 0 1 1 0 0 0 0 1 0 0 0 0 1
Case: Options only essential
p=(1, 2, 3)
-1 3 3