3D ベクトル vAngles に格納されているこの変換の回転部分から、X、Y、Z の角(ラジアン)を抽出します。
SITransformation.GetRotationXYZAngles( SIVector3 io_pXYZAngles ); |
SITransformation.GetRotationXYZAngles( io_pXYZAngles ); |
パラメータ | タイプ | 説明 |
---|---|---|
in_pXYZAngles | SIVector3 | 回転の x、Y、Z の角(ラジアン)からなる 3D ベクトル |
dim t1, rotAngles ' Create transformation. set t1 = XSIMath.CreateTransform ' Create 3D Vector. set rotAngles = XSIMath.CreateVector3 'do something on t1 t1.GetRotationXYZAngles rotAngles |