SITransformation.AddParentTranslation

説明

この変換の親空間に定義される移動を適用します。

C#構文

SITransformation.AddParentTranslation( SIVector3 in_pTranslation );

スクリプト構文

SITransformation.AddParentTranslation( in_pTranslation );

パラメータ

パラメータ タイプ 説明
in_pTranslation SIVector3 3D 移動ベクトル

VBScript の例

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

関連項目

SITransformation.AddLocalTranslation SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion