SITransformation.GetRotationAxisAngle

説明

この変換の回転部分から、軸と角を抽出します。

警告:このメソッドは、JScript など、引数の参照渡しをサポートしないスクリプト言語では機能しません。代わりにSITransformation.GetRotationAxisAngle2を使用する必要があります。

スクリプト 構文

SITransformation.GetRotationAxisAngle( io_pAxis, io_pvarAngle );

パラメータ

パラメータ タイプ 詳細
io_pAxis SIVector3 回転の軸
io_pvarAngle Float ポイント値 回転の角(ラジアン)

VBScript の例

dim t1, axis
' Create transformation.
set t1 = XSIMath.CreateTransform
' Create 3D vector.
set axis = XSIMath.CreateVector3
'Do something on t1
t1.GetRotationAxisAngle axis, angle

関連項目

SITransformation.SetRotationFromAxisAngle SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion SITransformation.GetRotationAxisAngle2