SIVector3.Copy

説明

指定されたベクトルの値を、このベクトルにコピーします。

スクリプト 構文

SIVector3.Copy( SrcVector );

パラメータ

パラメータ タイプ 詳細
SrcVector SIVector3 ソースベクトル

VBScript の例

dim v1, v2
' Create 3D vectors.
set v1 = XSIMath.CreateVector3(1.0, 2.0, 3.0)
set v2 = XSIMath.CreateVector3
' v2 = v1
v2.Copy v1

関連項目

SIVector3.Set SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion