Version: 2021.3
言語: 日本語
public static bool operator == (Quaternion lhs, Quaternion rhs);

説明

2 つのクォータニオンは互いに一致するかどうか

この関数は 2 つのクォータニオンの内積が 1.0 に近いかテストします。

Note that because quaternions can represent rotations that are up to two full revolutions (720 degrees), this comparison can return false even if resulting rotations look the same.