SignedAngle#

Vector3.SignedAngle(from, to, axis)#

axis を軸とした2つのベクトル間の角度を符号付きの度数法(°)で返します。

Parameters:
  • from (Vector3) -- 入力ベクトル

  • to (Vector3) -- 入力ベクトル

  • axis (Vector3) -- 軸を定義するベクトル

Returns:

2つのベクトル間の角度

Return type:

number