円柱面
 
円柱面
円柱面は、空間を通じてカーブを直線的に投影することによって計算されます。カーブは u パラメータで評価され、z 座標は v パラメータによってオフセットされます。結果の点はローカル座標で表されるので、ローカル座標系に変換して部品座標で表示する必要があります。
データフォーマット:
e1[3] Unit vector, in the u direction
e2[3] Unit vector, in the v direction
e3[3] Normal to the plane
origin[3] Origin of the tabulated cylinder
curve Generating curve
パラメータ表示:
(x', y', z') is the point in local coordinates.
(x', y', z') = C(u) + (0, 0, v)
(x, y, z) = x' * e1 + y' * e2 + z' * e3 + origin
これは役に立ちましたか?