SIRotation.Copy

説明

ソース回転r を、この回転にコピーします。

C#構文

SIRotation.Copy( SIRotation in_pSrcRot );

スクリプト構文

SIRotation.Copy( r );

パラメータ

パラメータ タイプ 説明
r SIRotation ソース回転

VBScript の例

dim r1, r2

' Create rotations.

set r1 = XSIMath.CreateRotation

set r2 = XSIMath.CreateRotation

'Do something with rotation r1

r1.Copy r2

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion