PlaneMod

内容

  1. 1 関数式
  2. 2 説明
  3. 3 サンプル曲線
  4. 4 パラメータ
  5. 5 派生パラメータ
  6. 6 スクリプトでのアクセス法
  7. 7 関数定義ファイル名
  8. 8 カテゴリー

関数

\[f = \sin\left(\theta\right)\cos(\phi)x + \sin(\theta)\sin(\phi)y + \cos(\theta)z + d\]

説明

修正平面陰関数

サンプル曲線

Image:PlaneMod.png

パラメータ

数:3

パラメータの名前:theta, phi, d

意味:theta = unknown, phi = unknown, d=unknown

下側境界: \(\theta\ge0\), \(\phi\ge0\)  

上側境界: \(\theta\le\pi\), \(\phi\le2\pi\)  

派生パラメータ

\[a=\sin(\theta)\cos(\phi)\]
\(b=\sin(\theta)\sin(\phi)\)
\(c=\cos(\theta)\)

スクリプトでのアクセス法

nlf_PlaneMod(x,y,z,theta,phi,d)

関数定義ファイル名

FITFUNC\PLANEMOD.FDF

カテゴリー

Implicit