SITransformation.RotY

導入

v5.1

詳細

この変換のY 軸を基準とした回転角度をDouble(浮動小数点値)として設定したり、戻したりします。

C#構文

// get accessor

Double rtn = ISITransformation.RotY;

// set accessor

ISITransformation.RotY = Double;

関連項目

SITransformation.RotX SITransformation.RotZ SITransformation.SetRotationFromXYZAngles SITransformation.GetRotationXYZAngles