RotateRadian

RotateRadian(double, Vector3)

ラジアン で回転変換をチェーンします。

public TransformBuilder RotateRadian(double angle, Vector3 axis)
パラメータタイプ説明
angleDoubleラジアンで回転する角度
axisVector3回転する軸

関連項目


RotateRadian(Vector3, RotationOrder)

指定された order でローテーションを追加します

public void RotateRadian(Vector3 rot, RotationOrder order)
パラメータタイプ説明
rotVector3ラジアンでの回転
orderRotationOrder

関連項目