「Descartes2Polar」の版間の差分

提供: Eospedia
移動: 案内検索
(オプション一覧)
 
(同じ利用者による、間の3版が非表示)
行14: 行14:
 
<td>-i</td>  
 
<td>-i</td>  
 
<td>選択</td>  
 
<td>選択</td>  
<td>入力座標設定(x, y, z)</td>  
+
<td>入力座標設定: (x, y, z)</td>  
 
<td>(0.0, 1.0, 0.0)</td>  
 
<td>(0.0, 1.0, 0.0)</td>  
 
</tr>  
 
</tr>  
行20: 行20:
 
<td>-o</td>  
 
<td>-o</td>  
 
<td>選択</td>  
 
<td>選択</td>  
<td>出力座標設定</td>  
+
<td>出力座標設定: [[ASCII]]</td>  
 
<td>stdout</td>  
 
<td>stdout</td>  
 
</tr>  
 
</tr>  
行59: 行59:
 
<td> </td>  
 
<td> </td>  
 
</tr>  
 
</tr>  
</table>  
+
</table>
 +
<br>
  
 
===モードの詳細===
 
===モードの詳細===
行71: 行72:
 
<td></td>  
 
<td></td>  
 
</tr>  
 
</tr>  
</table>  
+
</table>
 
+
<br>
  
 
== 実行例 ==
 
== 実行例 ==
行79: 行80:
 
               1              90              90
 
               1              90              90
 
</pre>
 
</pre>
 +
<br>
  
 
===オプション -i===
 
===オプション -i===
行85: 行87:
 
               1              0              90
 
               1              0              90
 
</pre>
 
</pre>
 +
<br>
  
 
===オプション -centre===
 
===オプション -centre===
====centre=(0, 1, 0)で実行====  
+
====centre=(1, 0, 0)で実行====  
 
<pre>
 
<pre>
         1.41421            -45             90
+
         1.41421            135             90
 
</pre>
 
</pre>
 +
<br>
  
 
===オプション -xaxis===
 
===オプション -xaxis===
====xaxis=(0, 1, 1)で実行====  
+
====xaxis=(1, 1, 0)で実行====  
 
<pre>
 
<pre>
        1.41421              90             90
+
              1             135             90
 
</pre>
 
</pre>
 +
<br>
  
 
===オプション -zaxis===
 
===オプション -zaxis===
====zaxis=(2, 1, 1)で実行====  
+
====zaxis=(0, -1.7, 1)で実行====  
 
<pre>
 
<pre>
        1.73205            -45         125.264
+
              1             90         30.4655
 
</pre>
 
</pre>
 +
<br>

2015年3月17日 (火) 01:43時点における最新版

Descartes2Polarとは直交座標系から極座標系に変換するEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 選択 入力座標設定: (x, y, z) (0.0, 1.0, 0.0)
-o 選択 出力座標設定: ASCII stdout
-centre 選択 中心軸(cx, cy, cz) (0.0, 0.0, 0.0)
-xaxis 選択 x軸(xx, xy, xz) (1.0, 0.0, 0.0)
-zaxis 選択 z軸(zx, zy, zz) (0.0, 0.0, 1.0)
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  


モードの詳細

モード 説明
0


実行例

オプション必須項目のみの場合

              1              90              90


オプション -i

i=(1, 0, 0)で実行

              1               0              90


オプション -centre

centre=(1, 0, 0)で実行

        1.41421             135              90


オプション -xaxis

xaxis=(1, 1, 0)で実行

              1             135              90


オプション -zaxis

zaxis=(0, -1.7, 1)で実行

              1              90         30.4655