この変換の親空間に定義される移動を適用します。
SITransformation.AddParentTranslation( in_pTranslation ); |
| パラメータ | タイプ | 詳細 |
|---|---|---|
| in_pTranslation | SIVector3 | 3D 移動ベクトル |
dim t1, trans ' Create transformation. set t1 = XSIMath.CreateTransform ' Create 3D vector. set trans = XSIMath.CreateVector3(1.0, 2.0, 3.0) t1.AddParentTranslation trans |