SITransformation.AddLocalTranslation

説明

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

C#構文

SITransformation.AddLocalTranslation( SIVector3 in_pTranslation );

スクリプト構文

SITransformation.AddLocalTranslation( vin_pTranslation );

パラメータ

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

VBScript の例

dim t1, trans

' Create transformation.

set t1 = XSIMath.CreateTransform

' Create 3D vector.

set trans = XSIMath.CreateVector3

trans.Set 1.0, 2.0, 3.0

t1.AddLocalTranslation trans

関連項目

SITransformation.AddParentTranslation SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion