SIRotation.RotZ

SIRotation.RotZ

導入

v5.1

詳細

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

C#構文

// get accessor

Double rtn = ISIRotation.RotZ;

// set accessor

ISIRotation.RotZ = Double;

関連項目

SIRotation.RotX SIRotation.RotY SIRotation.GetXYZAnglesValues2 SIRotation.GetXYZAnglesValues SIRotation.SetFromXYZAngles SIRotation.SetFromXYZAnglesValues