言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Quaternion.operator !=

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function operator !=(lhs: Quaternion, rhs: Quaternion): bool;
public static bool operator !=(Quaternion lhs, Quaternion rhs);
public static def operator !=(lhs as Quaternion, rhs as Quaternion) as bool

Description

二つのクォータニオンが互いに一致するか?

この関数は二つのクォータニオンの内積が 1.0 に近いかテストします。 クォータニオンは二回転(720 度)までの回転を表現できるため、 見た目の回転が同一に見えても 比較結果が true を戻り値とする場合があることに留意して下さい。