SITransformation.AddParentScaling

説明

この変換の親空間に定義されるスケーリングを適用します。

スクリプト 構文

SITransformation.AddParentScaling( in_pScaling );

パラメータ

パラメータ タイプ 詳細
in_pScaling SIVector3 3Dスケーリングベクトル

VBScript の例

dim t1, vScaling
' Create transformation.
set t1 = XSIMath.CreateTransform
' Create 3D vectors.
set vScaling = XSIMath.CreateVector3
'Do something with t1
'Then add a scaling at the parent level
vScaling.Set 1.0, 2.0, 3.0
t1.AddParentScaling vScaling

関連項目

SITransformation.AddLocalScaling SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion