SITransformation.SetRotationFromXYZAnglesValues

説明

回転のオイラー角(ラジアン)を設定します。

C#構文

SITransformation.SetRotationFromXYZAnglesValues( Double in_dX, Double in_dY, Double in_dZ );

スクリプト構文

SITransformation.SetRotationFromXYZAnglesValues( in_dX, in_dY, in_dZ );

パラメータ

パラメータ タイプ 説明
in_dX Double X のオイラー角の値
in_dY Double Y のオイラー角の値
in_dZ Double Z のオイラー角の値

関連項目

SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion